Merge pull request #39 from diopres/patch-2
feat: add support for Mistral Large 2 (24.07)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user