Support VLM on SiliconFlow

This commit is contained in:
Shenghang Tsai
2025-02-10 13:37:48 +08:00
parent a029b4330b
commit 86f86962fb
2 changed files with 7 additions and 2 deletions

View File

@@ -462,6 +462,7 @@ export const VISION_MODEL_REGEXES = [
/gpt-4-turbo(?!.*preview)/, // Matches "gpt-4-turbo" but not "gpt-4-turbo-preview"
/^dall-e-3$/, // Matches exactly "dall-e-3"
/glm-4v/,
/vl/i,
];
export const EXCLUDE_VISION_MODEL_REGEXES = [/claude-3-5-haiku-20241022/];