Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -237,7 +237,7 @@ def call_main(purpose, task, history, action_input):
|
|
| 237 |
history=history,
|
| 238 |
)
|
| 239 |
lines = resp.strip().strip("\n").split("\n")
|
| 240 |
-
history=""
|
| 241 |
for line in lines:
|
| 242 |
if line == "":
|
| 243 |
continue
|
|
|
|
| 237 |
history=history,
|
| 238 |
)
|
| 239 |
lines = resp.strip().strip("\n").split("\n")
|
| 240 |
+
#history=""
|
| 241 |
for line in lines:
|
| 242 |
if line == "":
|
| 243 |
continue
|