mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-22 05:30:19 +09:00
Update utils.ts
This commit is contained in:
parent
e38b527ac2
commit
27ed57a648
@ -296,6 +296,7 @@ export function isVisionModel(model: string) {
|
||||
const visionKeywords = [
|
||||
"vision",
|
||||
"claude-3",
|
||||
"gemini-1.5-pro",
|
||||
];
|
||||
|
||||
return visionKeywords.some(keyword => model.includes(keyword));
|
||||
|
Loading…
Reference in New Issue
Block a user