Fix Typo [GPT-4]

[+] fix(constant.ts): fix typo in model name, change "ggpt-4-1106-preview" to "gpt-4-1106-preview"
This commit is contained in:
H0llyW00dzZ 2023-11-07 06:33:07 +07:00
parent cd1f082c52
commit 9f26c8cecb
No known key found for this signature in database
GPG Key ID: 05C7FFFC0845C930

View File

@ -101,7 +101,7 @@ export const DEFAULT_MODELS = [
available: true, available: true,
}, },
{ {
name: "ggpt-4-1106-preview", name: "gpt-4-1106-preview",
available: true, available: true,
}, },
{ {