mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
Added DALL-E 3 models and gpt-4-1106-preview
This commit is contained in:
@@ -96,7 +96,7 @@ export const chatModels : Record<string, ModelDetail> = {
|
||||
'gpt-4': { ...gpt4 },
|
||||
'gpt-4-0314': { ...gpt4 },
|
||||
'gpt-4-0613': { ...gpt4 },
|
||||
'gpt-4-1106-preview': {...gpt4120kpreview},
|
||||
'gpt-4-1106-preview': { ...gpt4120kpreview },
|
||||
'gpt-4-32k': { ...gpt432k },
|
||||
'gpt-4-32k-0314': { ...gpt432k },
|
||||
'gpt-4-32k-0613': { ...gpt432k }
|
||||
|
||||
Reference in New Issue
Block a user