Omnibus commited on
Commit
0e43add
·
verified ·
1 Parent(s): 64b91e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -229,7 +229,7 @@ def compress_history(purpose, task, history):
229
  def call_main(purpose, task, history, action_input):
230
  resp = run_gpt(
231
  FINDER,
232
- stop_tokens=["observation:", "task:", "action:"],
233
  max_tokens=512,
234
  seed=random.randint(1,1000000000),
235
  purpose=purpose,
 
229
  def call_main(purpose, task, history, action_input):
230
  resp = run_gpt(
231
  FINDER,
232
+ stop_tokens=["observation:", "task:"],
233
  max_tokens=512,
234
  seed=random.randint(1,1000000000),
235
  purpose=purpose,