Akjava commited on
Commit
ce510c7
·
verified ·
1 Parent(s): 0c46637

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -190,7 +190,7 @@ ti_tool = TextInspectorTool(model, text_limit)
190
  browser = SimpleTextBrowser(**BROWSER_CONFIG)
191
 
192
  WEB_TOOLS = [
193
- DuckDuckGoSearchTool,
194
  #GoogleSearchTool(),
195
  VisitTool(browser),
196
  PageUpTool(browser),
 
190
  browser = SimpleTextBrowser(**BROWSER_CONFIG)
191
 
192
  WEB_TOOLS = [
193
+ DuckDuckGoSearchTool(),
194
  #GoogleSearchTool(),
195
  VisitTool(browser),
196
  PageUpTool(browser),