anisseIlluin commited on
Commit
5c303fe
·
verified ·
1 Parent(s): 599e5f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -165,7 +165,7 @@ with open("prompts.yaml", 'r') as stream:
165
 
166
  agent = CodeAgent(
167
  model=model,
168
- tools=[final_answer, image_generation_tool, DuckDuckGoSearchTool, get_current_time_in_timezone], ## add your tools here (don't remove final answer)
169
  max_steps=6,
170
  verbosity_level=1,
171
  grammar=None,
 
165
 
166
  agent = CodeAgent(
167
  model=model,
168
+ tools=[final_answer, image_generation_tool, DuckDuckGoSearchTool], ## add your tools here (don't remove final answer)
169
  max_steps=6,
170
  verbosity_level=1,
171
  grammar=None,