ii-sa commited on
Commit
b0ec64b
·
verified ·
1 Parent(s): 9fb2143

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ agent = CodeAgent(
58
  model=model,
59
  tools=[
60
  final_answer,
61
- get_current_time_in_timezone,
62
  ], ## add your tools here (don't remove final answer)
63
  max_steps=6,
64
  verbosity_level=1,
 
58
  model=model,
59
  tools=[
60
  final_answer,
61
+ image_generation_tool,
62
  ], ## add your tools here (don't remove final answer)
63
  max_steps=6,
64
  verbosity_level=1,