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