debisoft commited on
Commit
7737819
·
1 Parent(s): 2b449a6

Generate image.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ with open("prompts.yaml", 'r') as stream:
63
 
64
  agent = CodeAgent(
65
  model=model,
66
- tools=[final_answer, say_hello], ## add your tools here (don't remove final answer)
67
  max_steps=6,
68
  verbosity_level=1,
69
  grammar=None,
 
63
 
64
  agent = CodeAgent(
65
  model=model,
66
+ tools=[final_answer, say_hello, image_generation_tool], ## add your tools here (don't remove final answer)
67
  max_steps=6,
68
  verbosity_level=1,
69
  grammar=None,