dmtschulz commited on
Commit
6ad1734
·
verified ·
1 Parent(s): d87776e

Update app.py

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