Antoine101 commited on
Commit
39dee32
·
verified ·
1 Parent(s): 82c6447

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ tools_list = [
85
  arxiv_search,
86
  youtube_video_loader
87
  ]
88
- chat_with_tools = chat.bind_tools(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: