Added "new Claude 3.5 Sonnet" v2 model to the list (#60)

This commit is contained in:
Sergei Mikhailov
2024-10-23 19:54:45 +13:00
committed by GitHub
parent 728ef6d8a6
commit 3a97677b97

View File

@@ -107,6 +107,12 @@ class BedrockModel(BaseChatModel):
"tool_call": True, "tool_call": True,
"stream_tool_call": True, "stream_tool_call": True,
}, },
"anthropic.claude-3-5-sonnet-20241022-v2:0": {
"system": True,
"multimodal": True,
"tool_call": True,
"stream_tool_call": True,
},
"meta.llama2-13b-chat-v1": { "meta.llama2-13b-chat-v1": {
"system": True, "system": True,
"multimodal": False, "multimodal": False,