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