forked from XiaoMo/ChatGPT-Next-Web
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:
parent
cd1f082c52
commit
9f26c8cecb
@ -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,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user