Parcourir la source

Fix Typo [GPT-4]

[+] fix(constant.ts): fix typo in model name, change "ggpt-4-1106-preview" to "gpt-4-1106-preview"
H0llyW00dzZ il y a 1 an
Parent
commit
9f26c8cecb
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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,
   },
   {