abramsmax commited on
Commit
4caa6b6
·
verified ·
1 Parent(s): c6209b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ with open("prompts.yaml", 'r') as stream:
52
 
53
  agent = CodeAgent(
54
  model=model,
55
- tools=[final_answer, get_current_time_in_timezone, image_generation_tool, search_tool], ## add your tools here (don't remove final answer)
56
  max_steps=6,
57
  verbosity_level=1,
58
  grammar=None,
 
52
 
53
  agent = CodeAgent(
54
  model=model,
55
+ tools=[final_answer, get_current_time_in_timezone], ## add your tools here (don't remove final answer)
56
  max_steps=6,
57
  verbosity_level=1,
58
  grammar=None,