johann22 commited on
Commit
4240c7e
·
verified ·
1 Parent(s): b2ed74f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -210,6 +210,7 @@ def compress_data_og(c, instruct, history, seed):
210
 
211
  resp = run_gpt(
212
  COMPRESS_DATA_PROMPT,
 
213
  max_tokens=16000,
214
  seed=seed,
215
  direction=instruct,
 
210
 
211
  resp = run_gpt(
212
  COMPRESS_DATA_PROMPT,
213
+ stop_tokens=[],
214
  max_tokens=16000,
215
  seed=seed,
216
  direction=instruct,