فهرست منبع

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,
   },
   {