diff --git a/app/utils.ts b/app/utils.ts index d8fc46330..e71018ea6 100644 --- a/app/utils.ts +++ b/app/utils.ts @@ -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",