Upload app.py
Browse files
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/
|
| 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 |
|