update: 前端模型显示名称同步升级 - GLM-4.7-Flash -> GLM-5.1, DeepSeek-Reasoner -> DeepSeek-V4-Pro
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 6m12s
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 6m12s
This commit is contained in:
@@ -85,8 +85,8 @@ graph TB
|
||||
|
||||
AgentService -->|模型路由| ChatServices[模型服务层 chat_services]
|
||||
ChatServices -->|自动降级| FallbackChain[FallbackServiceChain]
|
||||
FallbackChain -->|创建| Zhipu[智谱 GLM-4.7]
|
||||
FallbackChain -->|创建| DeepSeek[DeepSeek Reasoner]
|
||||
FallbackChain -->|创建| Zhipu[智谱 GLM-5.1]
|
||||
FallbackChain -->|创建| DeepSeek[DeepSeek V4-Pro]
|
||||
FallbackChain -->|创建| LocalGemma[本地 Gemma-4]
|
||||
|
||||
AgentService -->|初始化| LangGraph[LangGraph 工作流引擎]
|
||||
@@ -1560,8 +1560,8 @@ streamlit run frontend/src/frontend_main.py
|
||||
### 多模型切换
|
||||
|
||||
1. 在左侧边栏选择模型:
|
||||
- **智谱 GLM-4.7**:在线服务,速度快
|
||||
- **DeepSeek Reasoner**:深度推理模型
|
||||
- **智谱 GLM-5.1**:在线服务,速度快
|
||||
- **DeepSeek V4-Pro**:深度推理模型
|
||||
- **本地 Gemma-4**:本地部署,隐私性好
|
||||
|
||||
2. 可随时切换,甚至在同一会话中
|
||||
|
||||
Reference in New Issue
Block a user