acecalisto3 commited on
Commit
9ac4eae
·
verified ·
1 Parent(s): b2cfd14

Update prompts.py

Browse files
Files changed (1) hide show
  1. 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}"