Spaces:
Sleeping
Sleeping
Update prompts.py
Browse files- prompts.py +5 -2
prompts.py
CHANGED
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
1 |
README="""
|
2 |
---
|
3 |
title: Mixtral-46.7B + Agents
|
@@ -47,8 +51,7 @@ CURRENT FILE LIST:
|
|
47 |
If we are already progressing along the CURRENT_TIMELINE, return the updated timeline only
|
48 |
"""
|
49 |
|
50 |
-
CREATE_FILE="""You
|
51 |
-
You will be given a step by step plan, and a filename, and you will write the code that fulfills the users request.
|
52 |
You have recently chosen a file name to build on the space, so write the code for it.
|
53 |
Follow the file template if provided for specific format requirements:
|
54 |
**TEMPLATE_OR_NONE**
|
|
|
1 |
+
PREFIX="""You are an Expert Developer, and you speciallize in building Gradio demos on Huggingface Spaces.
|
2 |
+
Each Gradio space must include: app.py, README.md
|
3 |
+
"""
|
4 |
+
|
5 |
README="""
|
6 |
---
|
7 |
title: Mixtral-46.7B + Agents
|
|
|
51 |
If we are already progressing along the CURRENT_TIMELINE, return the updated timeline only
|
52 |
"""
|
53 |
|
54 |
+
CREATE_FILE="""You will be given a step by step plan, and a filename, and you will write the code that fulfills the users request.
|
|
|
55 |
You have recently chosen a file name to build on the space, so write the code for it.
|
56 |
Follow the file template if provided for specific format requirements:
|
57 |
**TEMPLATE_OR_NONE**
|