We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8b10ad + 39e593d commit c0062ffCopy full SHA for c0062ff
app/constant.ts
@@ -305,9 +305,7 @@ export const VISION_MODEL_REGEXES = [
305
/qwen2-vl/,
306
/gpt-4-turbo(?!.*preview)/, // Matches "gpt-4-turbo" but not "gpt-4-turbo-preview"
307
/^dall-e-3$/, // Matches exactly "dall-e-3"
308
- /glm-4v-plus/,
309
/glm-4v/,
310
- /glm-4v-flash/,
311
];
312
313
export const EXCLUDE_VISION_MODEL_REGEXES = [/claude-3-5-haiku-20241022/];
0 commit comments