Sauten commited on
Commit
5a50a90
·
verified ·
1 Parent(s): 915a7cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -110,11 +110,11 @@ class BasicAgent:
110
 
111
 
112
  agent = ToolCallingAgent(
113
- tools=[FinalAnswerTool(), VisitWebpageTool(), simple_web_search],
114
  model=model,
115
- max_steps=10,
116
  verbosity_level=2,
117
- planning_interval=2
118
  )
119
 
120
  # Get the actual answer from the agent
 
110
 
111
 
112
  agent = ToolCallingAgent(
113
+ tools=[FinalAnswerTool(), VisitWebpageTool(), DuckDuckGoSearchTool],
114
  model=model,
115
+ max_steps=5,
116
  verbosity_level=2,
117
+ planning_interval=1
118
  )
119
 
120
  # Get the actual answer from the agent