Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ with open("prompts.yaml", 'r') as stream:
|
|
109 |
|
110 |
agent = CodeAgent(
|
111 |
model=model,
|
112 |
-
tools=[final_answer,fetch_football_results,get_current_time] ## add your tools here (don't remove final answer)
|
113 |
max_steps=6,
|
114 |
verbosity_level=1,
|
115 |
grammar=None,
|
|
|
109 |
|
110 |
agent = CodeAgent(
|
111 |
model=model,
|
112 |
+
tools=[final_answer, fetch_football_results, get_current_time], ## add your tools here (don't remove final answer)
|
113 |
max_steps=6,
|
114 |
verbosity_level=1,
|
115 |
grammar=None,
|