From b8d8b8fe06a95d157e74d5dfc919c1056834b61b Mon Sep 17 00:00:00 2001 From: IndieKKY Date: Sun, 18 Feb 2024 10:33:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/const.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/const.tsx b/src/const.tsx index 41fe5ea..c4770ab 100644 --- a/src/const.tsx +++ b/src/const.tsx @@ -158,8 +158,8 @@ export const MODELS = [{ code: 'gpt-3.5-turbo', name: 'gpt-3.5-turbo', }, { - code: 'gpt-3.5-turbo-16k', - name: 'gpt-3.5-turbo-16k', + code: 'gpt-3.5-turbo-0125', + name: 'gpt-3.5-turbo-0125', }, { code: 'gpt-3.5-turbo-1106', name: 'gpt-3.5-turbo-1106',