asebaq commited on
Commit
904ceaa
·
1 Parent(s): 5b1890f

Add more tools

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -61,6 +61,9 @@ agent = CodeAgent(
61
  model=model,
62
  tools=[
63
  DuckDuckGoSearchTool(),
 
 
 
64
  final_answer,
65
  ], ## add your tools here (don't remove final answer)
66
  max_steps=6,
 
61
  model=model,
62
  tools=[
63
  DuckDuckGoSearchTool(),
64
+ get_current_time_in_timezone,
65
+ my_custom_tool,
66
+ image_generation_tool,
67
  final_answer,
68
  ], ## add your tools here (don't remove final answer)
69
  max_steps=6,