Support Claude 3.5 Sonnet
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user