From 9f26c8cecb997e3c1f81f5219f91043dc00342d9 Mon Sep 17 00:00:00 2001 From: H0llyW00dzZ Date: Tue, 7 Nov 2023 06:33:07 +0700 Subject: [PATCH] Fix Typo [GPT-4] [+] fix(constant.ts): fix typo in model name, change "ggpt-4-1106-preview" to "gpt-4-1106-preview" --- app/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/constant.ts b/app/constant.ts index 15db37a1..5f3744ec 100644 --- a/app/constant.ts +++ b/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, }, {