Spaces:
Sleeping
Sleeping
Daniel Amendoeira
commited on
Update agent.py
Browse files
agent.py
CHANGED
@@ -30,7 +30,7 @@ search_tool = BraveSearch.from_api_key(
|
|
30 |
)
|
31 |
|
32 |
community_tools = [search_tool, python_tool]
|
33 |
-
custom_tools = datetime_tools + [transcribe_audio]
|
34 |
|
35 |
tools = community_tools + custom_tools
|
36 |
llm_with_tools = llm.bind_tools(tools)
|
|
|
30 |
)
|
31 |
|
32 |
community_tools = [search_tool, python_tool]
|
33 |
+
custom_tools = datetime_tools + [transcribe_audio, transcribe_youtube]
|
34 |
|
35 |
tools = community_tools + custom_tools
|
36 |
llm_with_tools = llm.bind_tools(tools)
|