asebaq commited on
Commit
5b1890f
·
1 Parent(s): 083b05b

Remove timezone tool

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