alexgoncharov commited on
Commit
f044bad
·
verified ·
1 Parent(s): 6be14d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ with open("prompts.yaml", 'r') as stream:
157
 
158
  agent = CodeAgent(
159
  model=model,
160
- tools=[get_current_time_in_timezone, final_answer], ## add your tools here (don't remove final answer)
161
  max_steps=6,
162
  verbosity_level=1,
163
  grammar=None,
 
157
 
158
  agent = CodeAgent(
159
  model=model,
160
+ tools=[get_current_time_in_timezone, final_answer, execute_python_code], ## add your tools here (don't remove final answer)
161
  max_steps=6,
162
  verbosity_level=1,
163
  grammar=None,