Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -138,7 +138,7 @@ def compress_data(c, history):
|
|
| 138 |
resp = run_gpt(
|
| 139 |
COMPRESS_DATA_PROMPT,
|
| 140 |
stop_tokens=["observation:", "task:", "action:", "thought:"],
|
| 141 |
-
max_tokens=
|
| 142 |
seed=seed,
|
| 143 |
purpose="Compile report",
|
| 144 |
knowledge=new_history,
|
|
|
|
| 138 |
resp = run_gpt(
|
| 139 |
COMPRESS_DATA_PROMPT,
|
| 140 |
stop_tokens=["observation:", "task:", "action:", "thought:"],
|
| 141 |
+
max_tokens=8192,
|
| 142 |
seed=seed,
|
| 143 |
purpose="Compile report",
|
| 144 |
knowledge=new_history,
|