diff --git a/backend/app/services/multi_llm_service.py b/backend/app/services/multi_llm_service.py index b66020e..3745569 100644 --- a/backend/app/services/multi_llm_service.py +++ b/backend/app/services/multi_llm_service.py @@ -40,7 +40,7 @@ class MultiLLMService: if '.' in api_key and len(api_key) > 10: self.clients['zhipu'] = ZhipuAI(api_key=api_key) self.model_info['zhipu'] = { - 'name': '智谱AI GLM-4', + 'name': 'GLM-4', 'model_id': 'glm-4', 'provider': 'zhipu', 'available': True @@ -57,7 +57,7 @@ class MultiLLMService: base_url="https://api.deepseek.com" ) self.model_info['deepseek'] = { - 'name': 'DeepSeek Chat', + 'name': 'DeepSeek', 'model_id': 'deepseek-chat', 'provider': 'deepseek', 'available': True diff --git a/frontend/index.html b/frontend/index.html index 3305e2a..7144887 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -3,7 +3,7 @@
-