AISmokey95 commited on
Commit
a53c082
·
verified ·
1 Parent(s): db3689a

now added convert_units to tools and test again

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -83,7 +83,8 @@ agent = CodeAgent(
83
  model=model,
84
  tools=[final_answer,
85
  get_current_time_in_timezone,
86
- web_search], ## add your tools here (don't remove final answer)
 
87
  max_steps=6,
88
  verbosity_level=1,
89
  grammar=None,
 
83
  model=model,
84
  tools=[final_answer,
85
  get_current_time_in_timezone,
86
+ web_search,
87
+ convert_units], ## add your tools here (don't remove final answer)
88
  max_steps=6,
89
  verbosity_level=1,
90
  grammar=None,