mohammadKa143 commited on
Commit
d667016
·
verified ·
1 Parent(s): 6951fef

Update app.py

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