Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -78,6 +78,7 @@ The final prompt you output should adhere to the following structure below. Do n
|
|
78 |
# Notes [optional]
|
79 |
|
80 |
[optional: edge cases, details, and an area to call or repeat out specific important considerations]"""}]
|
|
|
81 |
conversation += chat_history
|
82 |
conversation.append({"role": "user", "content": message})
|
83 |
|
|
|
78 |
# Notes [optional]
|
79 |
|
80 |
[optional: edge cases, details, and an area to call or repeat out specific important considerations]"""}]
|
81 |
+
conversation.append({"role": "assistant", "content": "Alright, enter your task description. I will turn that into a high quality prompt."})
|
82 |
conversation += chat_history
|
83 |
conversation.append({"role": "user", "content": message})
|
84 |
|