yangminded commited on
Commit
fd5134b
·
verified ·
1 Parent(s): 71544dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ class BasicAgent:
58
 
59
  self.agent = CodeAgent(
60
  model=model,
61
- tools=[FinalAnswerTool(), VisitWebpageTool()], ## add your tools here (don't remove final answer),
62
  additional_authorized_imports=['pandas'],
63
  max_steps=6,
64
  verbosity_level=1,
 
58
 
59
  self.agent = CodeAgent(
60
  model=model,
61
+ tools=[FinalAnswerTool(), DuckDuckGoSearchTool(), VisitWebpageTool()], ## add your tools here (don't remove final answer),
62
  additional_authorized_imports=['pandas'],
63
  max_steps=6,
64
  verbosity_level=1,