Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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),
|