mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-13 12:43:42 +08:00
Update utils.ts
This commit is contained in:
@@ -296,6 +296,7 @@ export function isVisionModel(model: string) {
|
|||||||
const visionKeywords = [
|
const visionKeywords = [
|
||||||
"vision",
|
"vision",
|
||||||
"claude-3",
|
"claude-3",
|
||||||
|
"gemini-1.5-pro",
|
||||||
];
|
];
|
||||||
|
|
||||||
return visionKeywords.some(keyword => model.includes(keyword));
|
return visionKeywords.some(keyword => model.includes(keyword));
|
||||||
|
|||||||
Reference in New Issue
Block a user