From 7c3c19e965a1291ca546f244ec61f1c2654fd73d Mon Sep 17 00:00:00 2001 From: sijinhui Date: Wed, 21 Feb 2024 17:44:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E6=98=AF=E5=90=AF=E7=94=A8=E6=97=A7?= =?UTF-8?q?=E7=89=88=E5=90=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/constant.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/constant.ts b/app/constant.ts index 48de40a9f..dbd97bc8c 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -158,8 +158,8 @@ export const DEFAULT_MODELS = [ }, { name: "gpt-4-1106-preview", - describe: "GPT-4,备用", - available: false, + describe: "GPT-4,旧版,备用", + available: true, provider: { id: "openai", providerName: "OpenAI",