소스 검색

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