feat:add nova VISION_MODEL_REGEXES
This commit is contained in:
parent
92615dae32
commit
26f79aa6e6
|
@ -315,6 +315,8 @@ 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"
|
||||
/nova-lite/,
|
||||
/nova-pro/,
|
||||
];
|
||||
|
||||
export const EXCLUDE_VISION_MODEL_REGEXES = [/claude-3-5-haiku-20241022/];
|
||||
|
|
Loading…
Reference in New Issue