DiPolis commited on
Commit
dc3f550
·
verified ·
1 Parent(s): ca3acd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ guest_info_tool = load_guest_dataset()
32
  alfred = CodeAgent(
33
  tools=[guest_info_tool, weather_info_tool, hub_stats_tool, search_tool],
34
  model=model,
35
- add_base_tools=True, # Add any additional base tools
36
  planning_interval=3, # Enable planning every 3 steps
37
  # system_prompt=modified_system_prompt
38
  )
 
32
  alfred = CodeAgent(
33
  tools=[guest_info_tool, weather_info_tool, hub_stats_tool, search_tool],
34
  model=model,
35
+ add_base_tools=False, # Add any additional base tools
36
  planning_interval=3, # Enable planning every 3 steps
37
  # system_prompt=modified_system_prompt
38
  )