Skip to content

Commit

Permalink
Add "vl" to visionKeywords
Browse files Browse the repository at this point in the history
  • Loading branch information
LovelyGuYiMeng authored Oct 20, 2024
1 parent 06f897f commit 1748fa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ export function isVisionModel(model: string) {
// Note: This is a better way using the TypeScript feature instead of `&&` or `||` (ts v5.5.0-dev.20240314 I've been using)

const visionKeywords = [
"vl",
"vision",
"claude-3",
"gemini-1.5-pro",
Expand Down

0 comments on commit 1748fa9

Please sign in to comment.