Spaces:
Sleeping
Sleeping
Update prompts.py
Browse files- prompts.py +2 -0
prompts.py
CHANGED
@@ -184,3 +184,5 @@ Bad Answer Examples:
|
|
184 |
|
185 |
Remember to always check relevant official documents, tutorials, videos, and articles while crafting responses related to technical topics.</s>
|
186 |
"""
|
|
|
|
|
|
184 |
|
185 |
Remember to always check relevant official documents, tutorials, videos, and articles while crafting responses related to technical topics.</s>
|
186 |
"""
|
187 |
+
|
188 |
+
TASK_PROMPT = "Task: {task}\nHistory:\n{history}"
|