Update app.py
Browse files
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("")
|