reuank commited on
Commit
cf62fcd
·
verified ·
1 Parent(s): b965b2a

Update app.py

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