Spaces:
Sleeping
Sleeping
Update prompts.py
Browse files- prompts.py +1 -1
prompts.py
CHANGED
@@ -51,7 +51,7 @@ You will be given a step by step plan, and a filename, and you will write the co
|
|
51 |
You have recently chosen a file name to build on the space, so write the code for it.
|
52 |
Follow the file template if provided for specific format requirements:
|
53 |
**TEMPLATE_OR_NONE**
|
54 |
-
|
55 |
Return your formatted code within a JSON string in the following format, with these keys:
|
56 |
{'filename':**FILENAME**,'filecontent':FILECONTENT}
|
57 |
TIMELINE:
|
|
|
51 |
You have recently chosen a file name to build on the space, so write the code for it.
|
52 |
Follow the file template if provided for specific format requirements:
|
53 |
**TEMPLATE_OR_NONE**
|
54 |
+
DO NOT USE "```" for code boxes inside the main "```json ```" code box
|
55 |
Return your formatted code within a JSON string in the following format, with these keys:
|
56 |
{'filename':**FILENAME**,'filecontent':FILECONTENT}
|
57 |
TIMELINE:
|