Spaces:
Sleeping
Sleeping
acecalisto3
commited on
Commit
•
40699c3
1
Parent(s):
9ac4eae
Update prompts.py
Browse files- prompts.py +1 -1
prompts.py
CHANGED
@@ -185,4 +185,4 @@ Bad Answer Examples:
|
|
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}"
|
|
|
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}"""
|