mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-07-28 13:53:28 +02:00
add bedrock models (#2405)
This commit is contained in:
@@ -77,6 +77,10 @@ const MODELS_SUPPORTING_IMAGES = [
|
||||
["anthropic", "claude-3-opus-20240229"],
|
||||
["anthropic", "claude-3-sonnet-20240229"],
|
||||
["anthropic", "claude-3-haiku-20240307"],
|
||||
["bedrock", "anthropic.claude-3-opus-20240229-v1:0"],
|
||||
["bedrock", "anthropic.claude-3-sonnet-20240229-v1:0"],
|
||||
["bedrock", "anthropic.claude-3-haiku-20240307-v1:0"],
|
||||
["bedrock", "anthropic.claude-3-5-sonnet-20240620-v1:0"],
|
||||
];
|
||||
|
||||
export function checkLLMSupportsImageInput(provider: string, model: string) {
|
||||
|
Reference in New Issue
Block a user