mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 21:44:59 +08:00
Merge pull request #5173 from ConnectAI-E/feature/dalle
add dalle3 model
This commit is contained in:
@@ -266,3 +266,7 @@ export function isVisionModel(model: string) {
|
||||
visionKeywords.some((keyword) => model.includes(keyword)) || isGpt4Turbo
|
||||
);
|
||||
}
|
||||
|
||||
export function isDalle3(model: string) {
|
||||
return "dall-e-3" === model;
|
||||
}
|
||||
|
Reference in New Issue
Block a user