IreneInContext commited on
Commit
9c7afa7
·
verified ·
1 Parent(s): 4a93a43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import requests
4
  import pytz
5
  import yaml
6
  from tools.final_answer import FinalAnswerTool
7
- from tools.web_search import WebSearchTool
8
  from tools.get_context import GetRuntimeContextTool
9
 
10
 
 
4
  import pytz
5
  import yaml
6
  from tools.final_answer import FinalAnswerTool
7
+ from tools.web_search import DuckDuckGoSearchTool
8
  from tools.get_context import GetRuntimeContextTool
9
 
10