Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,7 +67,7 @@ def call_search(purpose, task, history, action_input):
|
|
| 67 |
print (e)
|
| 68 |
history = "observation: The search query I used did not return a valid response, I should try a different query"
|
| 69 |
else:
|
| 70 |
-
history = "observation: The search query I used did not return a valid response, I should
|
| 71 |
|
| 72 |
return "MAIN", None, history, task
|
| 73 |
|
|
|
|
| 67 |
print (e)
|
| 68 |
history = "observation: The search query I used did not return a valid response, I should try a different query"
|
| 69 |
else:
|
| 70 |
+
history = "observation: The search query I used did not return a valid response, I should use a query from the list of tasks provide in the format 'text-generation'"
|
| 71 |
|
| 72 |
return "MAIN", None, history, task
|
| 73 |
|