瀏覽代碼

Fix Typo [GPT-4]

[+] fix(constant.ts): fix typo in model name, change "ggpt-4-1106-preview" to "gpt-4-1106-preview"
H0llyW00dzZ 1 年之前
父節點
當前提交
9f26c8cecb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/constant.ts

+ 1 - 1
app/constant.ts

@@ -101,7 +101,7 @@ export const DEFAULT_MODELS = [
     available: true,
   },
   {
-    name: "ggpt-4-1106-preview",
+    name: "gpt-4-1106-preview",
     available: true,
   },
   {