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,