JerryGao commited on
Commit
4775880
·
verified ·
1 Parent(s): aa2522d

update tool use

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