fatsam commited on
Commit
674f5b8
·
verified ·
1 Parent(s): e49420e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ with open("prompts.yaml", 'r') as stream:
47
 
48
  agent = CodeAgent(
49
  model=model,
50
- tools=[final_answer, my_custom_tool, get_current_time_in_timezone],
51
  max_steps=6,
52
  verbosity_level=2,
53
  grammar=None,
 
47
 
48
  agent = CodeAgent(
49
  model=model,
50
+ tools=[final_answer, my_custom_tool],
51
  max_steps=6,
52
  verbosity_level=2,
53
  grammar=None,