basillicus commited on
Commit
a598145
·
verified ·
1 Parent(s): f291e6d

Include image_generation_tool

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