johann22 commited on
Commit
44ab680
·
verified ·
1 Parent(s): d21a58e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -211,7 +211,7 @@ def compress_data_og(c, instruct, history, seed):
211
  resp = run_gpt(
212
  COMPRESS_DATA_PROMPT,
213
  stop_tokens=["observation:", "task:", "action:", "thought:"],
214
- max_tokens=8192,
215
  seed=seed,
216
  direction=instruct,
217
  knowledge=new_history,
 
211
  resp = run_gpt(
212
  COMPRESS_DATA_PROMPT,
213
  stop_tokens=["observation:", "task:", "action:", "thought:"],
214
+ max_tokens=40000,
215
  seed=seed,
216
  direction=instruct,
217
  knowledge=new_history,