From 201fd5a540b45f9f2e6b5e9af6ae7462eb01da27 Mon Sep 17 00:00:00 2001 From: wangjianhuaa <71749772+wangjianhuaa@users.noreply.github.com> Date: Thu, 3 Jul 2025 10:09:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/constant.ts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/app/constant.ts b/app/constant.ts index 0bbafaf69..7a344225a 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -576,7 +576,7 @@ const bytedanceModels = [ "Doubao-pro-4k", "Doubao-pro-32k", "Doubao-pro-128k", - "deepseek-r1-250120", + // "deepseek-r1-250120", "deepseek-v3-241226", "deepseek-v3-250324", "deepseek-r1-distill-qwen-7b-250120", @@ -666,10 +666,7 @@ const siliconflowModels = [ "Pro/deepseek-ai/DeepSeek-V3", ]; -const huaweiModels = [ - "DeepSeek-R1", - "DeepSeek-V3", -]; +const huaweiModels = ["DeepSeek-R1", "DeepSeek-V3"]; let seq = 1000; // 内置的模型序号生成器从1000开始 export const DEFAULT_MODELS = [