filipchenkoai commited on
Commit
3f5e3dd
·
verified ·
1 Parent(s): 8c5c24b

Add get_current_time_in_timezone tool

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -55,7 +55,7 @@ with open("prompts.yaml", 'r') as stream:
55
 
56
  agent = CodeAgent(
57
  model=model,
58
- tools=[final_answer], ## add your tools here (don't remove final answer)
59
  max_steps=6,
60
  verbosity_level=1,
61
  grammar=None,
@@ -65,5 +65,4 @@ agent = CodeAgent(
65
  prompt_templates=prompt_templates
66
  )
67
 
68
-
69
  GradioUI(agent).launch()
 
55
 
56
  agent = CodeAgent(
57
  model=model,
58
+ tools= ,
59
  max_steps=6,
60
  verbosity_level=1,
61
  grammar=None,
 
65
  prompt_templates=prompt_templates
66
  )
67
 
 
68
  GradioUI(agent).launch()