From 7d32fc9e3ba3cc3b7856e8769a8618687ac8c21d Mon Sep 17 00:00:00 2001 From: TianYun Date: Sat, 23 May 2026 16:12:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89gpt-4.1-mini=E7=9A=84?= =?UTF-8?q?=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/llmModels.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/llmModels.ts b/src/lib/llmModels.ts index 7f04f8ae..d0907156 100644 --- a/src/lib/llmModels.ts +++ b/src/lib/llmModels.ts @@ -24,7 +24,7 @@ export const LLM_MODELS: Record = { newapiwg: [ { value: "doubao-seed-2-0-lite-260428", label: "Doubao Seed 2.0 Lite" }, { value: "doubao-seed-2-0-pro-260215", label: "Doubao Seed 2.0 Pro" }, - { value: "gpt-4.1-mini", label: "GPT-4.1 Mini" }, + // { value: "gpt-4.1-mini", label: "GPT-4.1 Mini" }, ], google: [ { value: "gemini-3-flash-preview", label: "Gemini 3 Flash" },