mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-04 09:58:32 +02:00
added azure models to vision capable list (#1638)
This commit is contained in:
parent
f294dba095
commit
e4999266ca
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user