mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 19:16:37 +08:00
Update utils.ts
is vision model = gpt-4-turbo-2024-04-09
This commit is contained in:
parent
a9f33d8f0b
commit
1e83c4f8ab
@ -296,6 +296,7 @@ export function isVisionModel(model: string) {
|
||||
const visionKeywords = [
|
||||
"vision",
|
||||
"claude-3",
|
||||
"gpt-4-turbo-2024-04-09",
|
||||
];
|
||||
|
||||
return visionKeywords.some(keyword => model.includes(keyword));
|
||||
|
Loading…
Reference in New Issue
Block a user