Omnibus commited on
Commit
bfa2787
·
1 Parent(s): d4d791a

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:", "thought:"],
233
  max_tokens=2048,
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=2048,
234
  seed=random.randint(1,1000000000),
235
  purpose=purpose,