Added "new Claude 3.5 Sonnet" v2 model to the list (#60)
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user