Browse Source

Fix Typo [GPT-4]

[+] fix(constant.ts): fix typo in model name, change "ggpt-4-1106-preview" to "gpt-4-1106-preview"
H0llyW00dzZ 1 year ago
parent
commit
9f26c8cecb
1 changed files with 1 additions and 1 deletions
  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,
   },
   {