mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
feat(anthropic): add ChatAnthropicBedrock wrapper (#35091)
This commit is contained in:
@@ -268,6 +268,11 @@ SERIALIZABLE_MAPPING: dict[tuple[str, ...], tuple[str, ...]] = {
|
||||
"chat_models",
|
||||
"ChatAnthropic",
|
||||
),
|
||||
("langchain", "chat_models", "anthropic_bedrock", "ChatAnthropicBedrock"): (
|
||||
"langchain_anthropic",
|
||||
"bedrock",
|
||||
"ChatAnthropicBedrock",
|
||||
),
|
||||
("langchain_groq", "chat_models", "ChatGroq"): (
|
||||
"langchain_groq",
|
||||
"chat_models",
|
||||
|
||||
Reference in New Issue
Block a user