Omnibus commited on
Commit
d153ffd
·
1 Parent(s): 65e9cc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -422,6 +422,7 @@ def run(purpose,history,data=None,file=None,url=None,pdf_url=None,pdf_batch=None
422
  else: history=""
423
  action_name = "SEARCH_ENGINE" if task is None else "MAIN"
424
  action_input = None
 
425
  while True:
426
  print("")
427
  print("")
 
422
  else: history=""
423
  action_name = "SEARCH_ENGINE" if task is None else "MAIN"
424
  action_input = None
425
+ task = "Use search engine tool to search for more information"
426
  while True:
427
  print("")
428
  print("")