From 3f16aeea2619a32963b0565bd6b558e34007d791 Mon Sep 17 00:00:00 2001 From: silk Date: Thu, 18 Jun 2026 14:01:50 +0800 Subject: [PATCH] Update chat_router.py --- backend/api/chat_router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/api/chat_router.py b/backend/api/chat_router.py index b549278..9800a95 100644 --- a/backend/api/chat_router.py +++ b/backend/api/chat_router.py @@ -119,7 +119,7 @@ async def chat_completion( f"knowledge_graph_id: {request.knowledge_graph_id}, " f"llm_provider: {request.llm_provider}, llm_model: {request.llm_model}, ip={client_ip}" ) - request.llm_model = "qwen3-max" + request.llm_model = "qwen3.7-plus" request.llm_provider = "tongyi" # ============ 内容审核前置处理 ============ # 在 AI 处理前对用户消息进行内容审核