hp1318 commited on
Commit
19d06fe
·
verified ·
1 Parent(s): ea43098

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ with open("prompts.yaml", 'r') as stream:
109
  # Setting up the CodeAgent with the defined tools
110
  agent = CodeAgent(
111
  model=model,
112
- tools=[final_answer, get_weather, get_air_quality, get_current_time_in_timezone, get_top_restaurants],
113
  max_steps=6,
114
  verbosity_level=1,
115
  grammar=None,
 
109
  # Setting up the CodeAgent with the defined tools
110
  agent = CodeAgent(
111
  model=model,
112
+ tools=[final_answer, get_weather, get_top_tourist_attractions, get_current_time_in_timezone, get_top_restaurants],
113
  max_steps=6,
114
  verbosity_level=1,
115
  grammar=None,