From 1748fa9782757056e8bc21c380189750f7229076 Mon Sep 17 00:00:00 2001 From: LovelyGuYiMeng <76251800+LovelyGuYiMeng@users.noreply.github.com> Date: Sun, 20 Oct 2024 19:47:06 +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 d8fc46330d1..e71018ea672 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",