iramirezm commited on
Commit
4aebc0d
·
verified ·
1 Parent(s): dbda615

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ agent = CodeAgent(
60
  my_custom_tool,
61
  get_current_time_in_timezone,
62
  image_generation_tool,
63
- DuckDuckGoSearchTool
64
  ], ## add your tools here (don't remove final answer)
65
  max_steps=6,
66
  verbosity_level=1,
 
60
  my_custom_tool,
61
  get_current_time_in_timezone,
62
  image_generation_tool,
63
+ DuckDuckGoSearchTool()
64
  ], ## add your tools here (don't remove final answer)
65
  max_steps=6,
66
  verbosity_level=1,