mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-23 22:20:23 +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 = [
|
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));
|
||||||
|
Loading…
Reference in New Issue
Block a user