feat: add support for Mistral Large 2 (24.07)
added support for Mistral Large 2 (24.07)
This commit is contained in:
@@ -173,6 +173,12 @@ class BedrockModel(BaseChatModel):
|
|||||||
"tool_call": True,
|
"tool_call": True,
|
||||||
"stream_tool_call": False,
|
"stream_tool_call": False,
|
||||||
},
|
},
|
||||||
|
"mistral.mistral-large-2407-v1:0": {
|
||||||
|
"system": True,
|
||||||
|
"multimodal": False,
|
||||||
|
"tool_call": True,
|
||||||
|
"stream_tool_call": False,
|
||||||
|
},
|
||||||
"cohere.command-r-v1:0": {
|
"cohere.command-r-v1:0": {
|
||||||
"system": True,
|
"system": True,
|
||||||
"multimodal": False,
|
"multimodal": False,
|
||||||
|
|||||||
Reference in New Issue
Block a user