mriz commited on
Commit
f19cc62
·
verified ·
1 Parent(s): 6c5e3b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -55,8 +55,8 @@ 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
- tools=[get_current_time_in_timezone('Australia/Sydney'),final_answer], ## add your tools here (don't remove final answer)
60
  max_steps=6,
61
  verbosity_level=1,
62
  grammar=None,
 
55
 
56
  agent = CodeAgent(
57
  model=model,
58
+ tools=[final_answer], ## add your tools here (don't remove final answer)
59
+ # tools=[get_current_time_in_timezone('Australia/Sydney'),final_answer], ## add your tools here (don't remove final answer)
60
  max_steps=6,
61
  verbosity_level=1,
62
  grammar=None,