mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 19:16:37 +08:00
Update constant.ts
This commit is contained in:
parent
8d6487f8ce
commit
b683701a5c
@ -226,6 +226,7 @@ const anthropicModels = [
|
|||||||
|
|
||||||
const baiduModels = [
|
const baiduModels = [
|
||||||
"ernie-4.0-turbo-8k",
|
"ernie-4.0-turbo-8k",
|
||||||
|
/*
|
||||||
"ernie-4.0-8k",
|
"ernie-4.0-8k",
|
||||||
"ernie-4.0-8k-preview",
|
"ernie-4.0-8k-preview",
|
||||||
"ernie-4.0-8k-preview-0518",
|
"ernie-4.0-8k-preview-0518",
|
||||||
@ -235,25 +236,30 @@ const baiduModels = [
|
|||||||
"ernie-speed-128k",
|
"ernie-speed-128k",
|
||||||
"ernie-speed-8k",
|
"ernie-speed-8k",
|
||||||
"ernie-lite-8k",
|
"ernie-lite-8k",
|
||||||
|
*/
|
||||||
"ernie-tiny-8k"
|
"ernie-tiny-8k"
|
||||||
];
|
];
|
||||||
|
|
||||||
const bytedanceModels = [
|
const bytedanceModels = [
|
||||||
"Doubao-lite-4k",
|
/*
|
||||||
|
"Doubao-lite-4k",
|
||||||
"Doubao-lite-32k",
|
"Doubao-lite-32k",
|
||||||
"Doubao-lite-128k",
|
"Doubao-lite-128k",
|
||||||
"Doubao-pro-4k",
|
"Doubao-pro-4k",
|
||||||
"Doubao-pro-32k",
|
"Doubao-pro-32k",
|
||||||
|
*/
|
||||||
"Doubao-pro-128k",
|
"Doubao-pro-128k",
|
||||||
];
|
];
|
||||||
|
|
||||||
const alibabaModes = [
|
const alibabaModes = [
|
||||||
|
/*
|
||||||
"qwen-turbo",
|
"qwen-turbo",
|
||||||
"qwen-plus",
|
"qwen-plus",
|
||||||
"qwen-max",
|
"qwen-max",
|
||||||
"qwen-max-0428",
|
"qwen-max-0428",
|
||||||
"qwen-max-0403",
|
"qwen-max-0403",
|
||||||
"qwen-max-0107",
|
"qwen-max-0107",
|
||||||
|
*/
|
||||||
"qwen-max-longcontext",
|
"qwen-max-longcontext",
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user