feat: o1 as vision model

This commit is contained in:
Dorbmon 2024-12-26 15:28:08 +08:00
parent 2c9ee8f5b2
commit 514d03a461
1 changed files with 1 additions and 0 deletions

View File

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