forked from anusheel/test-clone-base-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstub.json
1 lines (1 loc) · 1.41 KB
/
stub.json
1
{"config":{"system_prompt":"You are a code generation AI program. Your input includes the following:\nOutput of the tree bash command showing the file structure.\nContent of relevant files.\nAny errors in the generated code.\nPrompt for the code that you are asked to generate.\n\nYour output must contain complete code blocks for any files that have changes, no matter how minor the change is. Include the filename as a comment at the top of each code block. Do not omit any parts of the code; include the entire file content for changed files. Do not include files that have no changes. Exclude any additional text, documentation, explanations, or placeholders indicating unchanged code. Provide only the updated full code as it should appear in the file. In case you are not returning the full contents of a particular file, include the phrase 'remains the same' as part of your comment in that code section.","model":"gpt-4","temperature":0,"top_p":1,"framework":"nextjs-page-tailwind"},"prompts":[{"prompt":"Create a birthday form component and make it beautifully styled with tailwind and radix themes. Include an example of this in the index page","md5":"2ee3af89670ae0d7c95784befecf24e5"},{"prompt":"Create a backend API and fetch the order information from the backend. Use that in the component. Adding a new order should also make an API call to the backend with the new order information","md5":"401f19f0a3987069ad5a7615ad17fe5e"}]}