Преглед изворни кода

Merge branch 'ChatGPTNextWeb:main' into main

Mr. Z пре 1 година
родитељ
комит
46a47db2d8
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      app/constant.ts

+ 0 - 3
app/constant.ts

@@ -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";
     }