Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -268,7 +268,7 @@ def find_all(purpose,task,history, url, result):
|
|
268 |
return "MAIN", None, history, task, result
|
269 |
else:
|
270 |
history += f"observation: That URL string returned an error: {source.status_code}, I should try a different URL string\n"
|
271 |
-
result="Still Working..."
|
272 |
return "MAIN", None, history, task, result
|
273 |
|
274 |
else:
|
|
|
268 |
return "MAIN", None, history, task, result
|
269 |
else:
|
270 |
history += f"observation: That URL string returned an error: {source.status_code}, I should try a different URL string\n"
|
271 |
+
#result="Still Working..."
|
272 |
return "MAIN", None, history, task, result
|
273 |
|
274 |
else:
|