feat: add support for Mistral Large 2 (24.07)

added support for Mistral Large 2 (24.07)
This commit is contained in:
diopres
2024-08-12 19:06:44 +05:30
committed by GitHub
parent 2950c15ecb
commit db0817392f

View File

@@ -173,6 +173,12 @@ class BedrockModel(BaseChatModel):
"tool_call": True,
"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": {
"system": True,
"multimodal": False,