Skip to content

Commit 97d77ab

Browse files
authored
Merge pull request aws-samples#39 from diopres/patch-2
feat: add support for Mistral Large 2 (24.07)
2 parents 2950c15 + db08173 commit 97d77ab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/api/models/bedrock.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,12 @@ class BedrockModel(BaseChatModel):
173173
"tool_call": True,
174174
"stream_tool_call": False,
175175
},
176+
"mistral.mistral-large-2407-v1:0": {
177+
"system": True,
178+
"multimodal": False,
179+
"tool_call": True,
180+
"stream_tool_call": False,
181+
},
176182
"cohere.command-r-v1:0": {
177183
"system": True,
178184
"multimodal": False,

0 commit comments

Comments
 (0)