We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cf89b5 + 8d66fed commit 819d249Copy full SHA for 819d249
app/utils.ts
@@ -257,11 +257,11 @@ export function isVisionModel(model: string) {
257
const excludeKeywords = ["claude-3-5-haiku-20241022"];
258
const visionKeywords = [
259
"vision",
260
- "claude-3",
261
- "gemini-1.5-pro",
262
- "gemini-1.5-flash",
263
"gpt-4o",
264
- "gpt-4o-mini",
+ "claude-3",
+ "gemini-1.5",
+ "qwen-vl",
+ "qwen2-vl",
265
];
266
const isGpt4Turbo =
267
model.includes("gpt-4-turbo") && !model.includes("preview");
0 commit comments