From 65861829e25840c31e16e8155fcb6603738be29c Mon Sep 17 00:00:00 2001 From: IndieKKY Date: Tue, 28 Nov 2023 10:23:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=A8=A1=E5=9E=8B=E9=80=89?= =?UTF-8?q?=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/const.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/const.tsx b/src/const.tsx index 54cc298..fdf4540 100644 --- a/src/const.tsx +++ b/src/const.tsx @@ -159,6 +159,9 @@ export const MODELS = [{ }, { code: 'gpt-3.5-turbo-16k', name: 'gpt-3.5-turbo-16k', +}, { + code: 'gpt-3.5-turbo-1106', + name: 'gpt-3.5-turbo-1106', }] export const MODEL_DEFAULT = MODELS[0].code