Merge pull request #39 from diopres/patch-2

feat: add support for Mistral Large 2 (24.07)
This commit is contained in:
Aiden Dai
2024-08-14 14:42:25 +08:00
committed by GitHub

View File

@@ -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,