Support Claude 3.5 Sonnet

This commit is contained in:
Aiden Dai
2024-06-21 10:28:04 +08:00
parent 49dd6608a0
commit 66bdfdf5c1
2 changed files with 7 additions and 1 deletions

View File

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