tomascufaro commited on
Commit
179ac22
·
verified ·
1 Parent(s): 19faa51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ with open("prompts.yaml", 'r') as stream:
82
 
83
  agent = CodeAgent(
84
  model=model,
85
- tools=[final_answer, get_country_capital, get_current_time_in_timezone], ## add your tools here (don't remove final answer)
86
  max_steps=6,
87
  verbosity_level=1,
88
  grammar=None,
 
82
 
83
  agent = CodeAgent(
84
  model=model,
85
+ tools=[final_answer, get_country_capital, get_current_time_in_timezone, image_generation_tool], ## add your tools here (don't remove final answer)
86
  max_steps=6,
87
  verbosity_level=1,
88
  grammar=None,