Janneyffr commited on
Commit
f3f7e98
·
verified ·
1 Parent(s): 9bfeee9

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ tools = [guest_info_tool, search_tool, weather_info_tool, hub_stats_tool]
24
  # 初始化 Hugging Face 模型
25
  # 生成聊天界面,包括工具
26
  llm = HuggingFaceEndpoint(
27
- repo_id="Qwen/Qwen2.5-Coder-32B-Instruct",
28
  huggingfacehub_api_token=HF_TOKEN,
29
  )
30
 
 
24
  # 初始化 Hugging Face 模型
25
  # 生成聊天界面,包括工具
26
  llm = HuggingFaceEndpoint(
27
+ repo_id="Qwen/Qwen-7B-Instruct",
28
  huggingfacehub_api_token=HF_TOKEN,
29
  )
30