From b683701a5cd5f43ea2b817e96eb39537f888f473 Mon Sep 17 00:00:00 2001 From: DirkSchlossmacher <62424946+DirkSchlossmacher@users.noreply.github.com> Date: Thu, 18 Jul 2024 22:26:02 +0200 Subject: [PATCH] Update constant.ts --- app/constant.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/constant.ts b/app/constant.ts index 6bd95a3a9..ea54f914c 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -226,6 +226,7 @@ const anthropicModels = [ const baiduModels = [ "ernie-4.0-turbo-8k", + /* "ernie-4.0-8k", "ernie-4.0-8k-preview", "ernie-4.0-8k-preview-0518", @@ -235,25 +236,30 @@ const baiduModels = [ "ernie-speed-128k", "ernie-speed-8k", "ernie-lite-8k", + */ "ernie-tiny-8k" ]; const bytedanceModels = [ - "Doubao-lite-4k", +/* +"Doubao-lite-4k", "Doubao-lite-32k", "Doubao-lite-128k", "Doubao-pro-4k", "Doubao-pro-32k", + */ "Doubao-pro-128k", ]; const alibabaModes = [ +/* "qwen-turbo", "qwen-plus", "qwen-max", "qwen-max-0428", "qwen-max-0403", "qwen-max-0107", + */ "qwen-max-longcontext", ];