mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-09 00:15:38 +08:00
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:
@@ -101,7 +101,7 @@ export const DEFAULT_MODELS = [
|
||||
available: true,
|
||||
},
|
||||
{
|
||||
name: "ggpt-4-1106-preview",
|
||||
name: "gpt-4-1106-preview",
|
||||
available: true,
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user