Omnibus commited on
Commit
a406658
·
1 Parent(s): bd7c0cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 try a different query"
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