Omnibus commited on
Commit
267d21f
1 Parent(s): e1bf925

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -214,7 +214,7 @@ def compress_history(purpose, task, history):
214
 
215
  def call_main(purpose, task, history, action_input):
216
  resp = run_gpt(
217
- MODEL_FINDER,
218
  stop_tokens=["observation:", "task:"],
219
  max_tokens=2048,
220
  seed=random.randint(1,1000000000),
 
214
 
215
  def call_main(purpose, task, history, action_input):
216
  resp = run_gpt(
217
+ FINDER,
218
  stop_tokens=["observation:", "task:"],
219
  max_tokens=2048,
220
  seed=random.randint(1,1000000000),