Merge branch 'ChatGPTNextWeb:main' into main

This commit is contained in:
Mr. Z 2024-07-25 17:55:53 +08:00 committed by GitHub
commit 46a47db2d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -147,9 +147,6 @@ export const Baidu = {
if (modelName === "ernie-3.5-8k") {
endpoint = "completions";
}
if (modelName === "ernie-speed-128k") {
endpoint = "ernie-speed-128k";
}
if (modelName === "ernie-speed-8k") {
endpoint = "ernie_speed";
}