Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -85,7 +85,7 @@ tools_list = [
|
|
| 85 |
arxiv_search,
|
| 86 |
youtube_video_loader
|
| 87 |
]
|
| 88 |
-
chat_with_tools = chat.bind_tools(
|
| 89 |
|
| 90 |
# load the system prompt from the file
|
| 91 |
with open("system_prompt.txt", "r", encoding="utf-8") as f:
|
|
|
|
| 85 |
arxiv_search,
|
| 86 |
youtube_video_loader
|
| 87 |
]
|
| 88 |
+
chat_with_tools = chat.bind_tools(tools_list)
|
| 89 |
|
| 90 |
# load the system prompt from the file
|
| 91 |
with open("system_prompt.txt", "r", encoding="utf-8") as f:
|