Omnibus commited on
Commit
c3d04a2
·
1 Parent(s): d79a891

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ def compress_data(c, history):
138
  resp = run_gpt(
139
  COMPRESS_DATA_PROMPT,
140
  stop_tokens=["observation:", "task:", "action:", "thought:"],
141
- max_tokens=4096,
142
  seed=seed,
143
  purpose="Compile report",
144
  knowledge=new_history,
 
138
  resp = run_gpt(
139
  COMPRESS_DATA_PROMPT,
140
  stop_tokens=["observation:", "task:", "action:", "thought:"],
141
+ max_tokens=8192,
142
  seed=seed,
143
  purpose="Compile report",
144
  knowledge=new_history,