Omnibus commited on
Commit
6fc27a6
1 Parent(s): d513153

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -219,7 +219,7 @@ def compress_history(purpose, task, history):
219
  def call_main(purpose, task, history, action_input):
220
  resp = run_gpt(
221
  FINDER,
222
- stop_tokens=["observation:", "task:"],
223
  max_tokens=2048,
224
  seed=random.randint(1,1000000000),
225
  purpose=purpose,
 
219
  def call_main(purpose, task, history, action_input):
220
  resp = run_gpt(
221
  FINDER,
222
+ stop_tokens=["observation:", "task:", "action:"],
223
  max_tokens=2048,
224
  seed=random.randint(1,1000000000),
225
  purpose=purpose,