From 648f11d72d1765ca360c22610a6617f09ffe2044 Mon Sep 17 00:00:00 2001 From: LovelyGuYiMeng <76251800+LovelyGuYiMeng@users.noreply.github.com> Date: Sat, 26 Oct 2024 16:16:30 +0800 Subject: [PATCH] Add "vl" to visionKeywords --- app/utils.ts | 1 + 1 file changed, 1 insertion(+) 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",