Spaces:
Running
Running
Update prompts.py
Browse files- prompts.py +13 -1
prompts.py
CHANGED
@@ -25,4 +25,16 @@ HISTORY:
|
|
25 |
**HISTORY**
|
26 |
"""+f"TOOLS:\n{TOOLS}"+f"USER:\n**PROMPT**\n"+f"CURRENT_TIMELINE:\n**CURRENT_OR_NONE**"+"""
|
27 |
|
28 |
-
If we are already progressing along the CURRENT_TIMELINE, return the updated timeline only
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
**HISTORY**
|
26 |
"""+f"TOOLS:\n{TOOLS}"+f"USER:\n**PROMPT**\n"+f"CURRENT_TIMELINE:\n**CURRENT_OR_NONE**"+"""
|
27 |
|
28 |
+
If we are already progressing along the CURRENT_TIMELINE, return the updated timeline only
|
29 |
+
"""
|
30 |
+
|
31 |
+
CREATE_FILE="""You are an Expert Developer, and you speciallize in building demos on the Huggingface Spaces
|
32 |
+
You will be given a step by step plan, and a filename, and you will write the code that fulfills the users request.
|
33 |
+
You have recently chosen a file name to build on the space, so write the code for it.
|
34 |
+
TIMELINE:
|
35 |
+
**TIMELINE**
|
36 |
+
|
37 |
+
FILENAME:
|
38 |
+
**FILENAME**
|
39 |
+
"""
|
40 |
+
|