Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -211,7 +211,7 @@ def compress_data_og(c, instruct, history, seed):
|
|
| 211 |
resp = run_gpt(
|
| 212 |
COMPRESS_DATA_PROMPT,
|
| 213 |
stop_tokens=["observation:", "task:", "action:", "thought:"],
|
| 214 |
-
max_tokens=
|
| 215 |
seed=seed,
|
| 216 |
direction=instruct,
|
| 217 |
knowledge=new_history,
|
|
|
|
| 211 |
resp = run_gpt(
|
| 212 |
COMPRESS_DATA_PROMPT,
|
| 213 |
stop_tokens=["observation:", "task:", "action:", "thought:"],
|
| 214 |
+
max_tokens=40000,
|
| 215 |
seed=seed,
|
| 216 |
direction=instruct,
|
| 217 |
knowledge=new_history,
|