Skip to content

Commit 8d66fed

Browse files
Update visionKeywords
1 parent 7cf89b5 commit 8d66fed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/utils.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,11 @@ export function isVisionModel(model: string) {
257257
const excludeKeywords = ["claude-3-5-haiku-20241022"];
258258
const visionKeywords = [
259259
"vision",
260-
"claude-3",
261-
"gemini-1.5-pro",
262-
"gemini-1.5-flash",
263260
"gpt-4o",
264-
"gpt-4o-mini",
261+
"claude-3",
262+
"gemini-1.5",
263+
"qwen-vl",
264+
"qwen2-vl",
265265
];
266266
const isGpt4Turbo =
267267
model.includes("gpt-4-turbo") && !model.includes("preview");

0 commit comments

Comments
 (0)