You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ This project is licensed under the Apache-2.0 License. See the [LICENSE](https:/
75
75
76
76
LazyDev was inspired by the desire to automate the initial setup and coding process for various projects. The underlying GPT models used in this module were developed by OpenAI.
77
77
78
-
It is inspired by the project [smol-ai/developer](https://github.com/smol-ai/developer), and the principle `Build the thing that builds all the things.`
78
+
It is inspired by the project [smol-ai/developer](https://github.com/smol-ai/developer), and the principle `Build the thing that builds all the things`
print("Opps messed up the json format, let me try again")
110
-
retry_count=retry_count-1
111
-
112
-
ifretry_count==0:
113
+
retry_count=retry_count-1
114
+
115
+
ifretry_count==0:
113
116
print("Sorry I was not able to create the folder structure in json correct format, check my instructions and try to refine it sothat i can understan the task better")
print("Opps messed up the json format, let me try again")
128
-
retry_count=retry_count-1
129
-
ifretry_count==0:
131
+
retry_count=retry_count-1
132
+
ifretry_count==0:
130
133
print("Sorry I was not able to create the file list in correct format, check my instructions and try to refine it sothat i can understan the task better")
you are a senior programmer below is what your client have asked you to do:
143
+
---
144
+
{question}
145
+
---
146
+
here are some clarrification on the requirements
147
+
---
148
+
{clarifications}
149
+
---
150
+
below is the what you have already planed what to do:
151
+
---
152
+
{plan}
153
+
---
154
+
Below are the full files list that already has been or will be written
155
+
--
156
+
{all_files_list}
157
+
--
158
+
159
+
you are now writing the code below are the files that already written with content as follows:
160
+
---
161
+
{file_with_conent}
162
+
---
163
+
164
+
now you are about to write content the following file:
165
+
{file_path_to_write}
166
+
167
+
below is one of the draft version of the code:
168
+
---
169
+
{draft}
170
+
---
171
+
172
+
your job is to find problems with the code and refine it.
173
+
174
+
As your response will go to an automated parser, things to keep in mind all the time:
175
+
* if no refinement is required then just say NONE, and nothing else
176
+
* only write the file content, no expiation, no pretext as this will directly go as code.
177
+
* if the language support, add comments at steps, which expains what you are about to do, dont add comment if comment is not supported by the file type example json file
178
+
* keep in mind there wont be any additional files other then the full files list given above, only use files that are mentioned in that list
0 commit comments