Zanqi commited on
Commit
634a4b3
·
1 Parent(s): 259aabc

Add image generation tool to agent for enhanced functionality

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -66,6 +66,7 @@ agent = CodeAgent(
66
  get_current_time_in_timezone,
67
  DuckDuckGoSearchTool(),
68
  VisitWebpageTool(),
 
69
  ], ## add your tools here (don't remove final answer)
70
  max_steps=6,
71
  verbosity_level=1,
 
66
  get_current_time_in_timezone,
67
  DuckDuckGoSearchTool(),
68
  VisitWebpageTool(),
69
+ image_generation_tool,
70
  ], ## add your tools here (don't remove final answer)
71
  max_steps=6,
72
  verbosity_level=1,