Omnibus commited on
Commit
6aa4940
·
1 Parent(s): e0d84ad

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +3 -2
prompts.py CHANGED
@@ -170,7 +170,7 @@ Current data:
170
  New data:
171
  {history}
172
 
173
- Compress the data above into a concise presentation of relevant data
174
  Include datapoints that will provide greater accuracy in completing the task
175
  Return the data in JSON format to save space
176
  """
@@ -188,8 +188,9 @@ Current data:
188
  New data:
189
  {history}
190
 
191
- Compress the data above into a concise presentation of relevant data(~1000 words)
192
  Include datapoints that will provide greater accuracy in completing the task
 
193
  """
194
 
195
  COMPRESS_HISTORY_PROMPT = """
 
170
  New data:
171
  {history}
172
 
173
+ Compress the data above into a concise data presentation of relevant data
174
  Include datapoints that will provide greater accuracy in completing the task
175
  Return the data in JSON format to save space
176
  """
 
188
  New data:
189
  {history}
190
 
191
+ Compress the data above into a concise data presentation of relevant data
192
  Include datapoints that will provide greater accuracy in completing the task
193
+
194
  """
195
 
196
  COMPRESS_HISTORY_PROMPT = """