From 8590750e4c883a79d9462f23fd21b32b13ab4c04 Mon Sep 17 00:00:00 2001 From: Yidadaa Date: Wed, 14 Jun 2023 23:22:59 +0800 Subject: [PATCH] feat: close #1960 add gpt-3.5-turbo-16k-0613 --- app/store/config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/store/config.ts b/app/store/config.ts index e837011a9..3378b9c36 100644 --- a/app/store/config.ts +++ b/app/store/config.ts @@ -92,6 +92,10 @@ export const ALL_MODELS = [ name: "gpt-3.5-turbo-16k", available: true, }, + { + name: "gpt-3.5-turbo-16k-0613", + available: true, + }, { name: "qwen-v1", // 通义千问 available: false,