Update app.py
Browse files
app.py
CHANGED
|
@@ -184,7 +184,7 @@ def compress_data(c,purpose, task, history):
|
|
| 184 |
stop_tokens=["observation:", "task:", "action:", "thought:"],
|
| 185 |
max_tokens=2048,
|
| 186 |
seed=seed,
|
| 187 |
-
|
| 188 |
task=task,
|
| 189 |
knowledge=new_history,
|
| 190 |
history=hist,
|
|
|
|
| 184 |
stop_tokens=["observation:", "task:", "action:", "thought:"],
|
| 185 |
max_tokens=2048,
|
| 186 |
seed=seed,
|
| 187 |
+
purpose=purpose,
|
| 188 |
task=task,
|
| 189 |
knowledge=new_history,
|
| 190 |
history=hist,
|