added azure models to vision capable list (#1638)

This commit is contained in:
hagen-danswer 2024-06-16 11:38:30 -04:00 committed by GitHub
parent f294dba095
commit e4999266ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,6 +32,10 @@ const MODELS_SUPPORTING_IMAGES = [
["openai", "gpt-4-vision-preview"],
["openai", "gpt-4-turbo"],
["openai", "gpt-4-1106-vision-preview"],
["azure", "gpt-4o"],
["azure", "gpt-4-vision-preview"],
["azure", "gpt-4-turbo"],
["azure", "gpt-4-1106-vision-preview"],
];
export function checkLLMSupportsImageInput(provider: string, model: string) {