mirror of
https://git.mirrors.martin98.com/https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-08-05 17:10:42 +08:00
Merge pull request #5081 from consistent-k/main
chore: Remove useless judgment conditions
This commit is contained in:
commit
4a0bef9afb
@ -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";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user