Nonin commited on
Commit
d98d944
·
verified ·
1 Parent(s): 1a1c87d

Update app.py

Browse files

add image generation tool

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ with open("prompts.yaml", 'r') as stream:
105
 
106
  agent = CodeAgent(
107
  model=model,
108
- tools=[company_news_sentiment,get_current_time_in_timezone,final_answer], ## add your tools here (don't remove final answer)
109
  max_steps=6,
110
  verbosity_level=1,
111
  grammar=None,
 
105
 
106
  agent = CodeAgent(
107
  model=model,
108
+ tools=[image_generation_tool,company_news_sentiment,get_current_time_in_timezone,final_answer], ## add your tools here (don't remove final answer)
109
  max_steps=6,
110
  verbosity_level=1,
111
  grammar=None,