Update constant.ts

This commit is contained in:
DirkSchlossmacher 2024-07-18 22:26:02 +02:00 committed by GitHub
parent 8d6487f8ce
commit b683701a5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",
];