21spl commited on
Commit
1e4e01c
·
verified ·
1 Parent(s): 57f7bfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ with open("prompts.yaml", 'r') as stream:
66
  # Initialize the agent
67
  agent = CodeAgent(
68
  model=model,
69
- tools=[final_answer, analyze_cricketer_form],
70
  max_steps=6,
71
  verbosity_level=1,
72
  grammar=None,
 
66
  # Initialize the agent
67
  agent = CodeAgent(
68
  model=model,
69
+ tools=[final_answer, get_weather],
70
  max_steps=6,
71
  verbosity_level=1,
72
  grammar=None,