connectwithprakash commited on
Commit
d253558
·
verified ·
1 Parent(s): aa0f92e

Add image generation tool

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ with open("prompts.yaml", 'r') as stream:
70
 
71
  agent = CodeAgent(
72
  model=model,
73
- tools=[get_current_time_in_timezone, get_person_bio, search_tool, final_answer], ## add your tools here (don't remove final answer)
74
  max_steps=6,
75
  verbosity_level=1,
76
  grammar=None,
 
70
 
71
  agent = CodeAgent(
72
  model=model,
73
+ tools=[get_current_time_in_timezone, get_person_bio, search_tool, image_generation_tool, final_answer], ## add your tools here (don't remove final answer)
74
  max_steps=6,
75
  verbosity_level=1,
76
  grammar=None,