From 4c6ac13c35fd5a31cc4215788bf56f6ec4e2fe55 Mon Sep 17 00:00:00 2001 From: wertycn <35490288+wertycn@users.noreply.github.com> Date: Wed, 14 Jun 2023 10:29:09 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=20=E6=96=B0=E5=A2=9Eopenai=20=2006-13?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=9B=B8=E5=85=B3=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/store/config.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app/store/config.ts b/app/store/config.ts index 1e960456ff4..6979da053a4 100644 --- a/app/store/config.ts +++ b/app/store/config.ts @@ -72,6 +72,18 @@ export const ALL_MODELS = [ name: "gpt-3.5-turbo", available: true, }, + { + name: "gpt-3.5-turbo-16k", + available: true, + }, + { + name: "gpt-3.5-turbo-0613", + available: true, + }, + { + name: "gpt-3.5-turbo-16k-0613", + available: true, + }, { name: "gpt-3.5-turbo-0301", available: true,