Skip to content

Commit

Permalink
feat: add support for Mistral Large 2 (24.07)
Browse files Browse the repository at this point in the history
added support for Mistral Large 2 (24.07)
  • Loading branch information
diopres authored Aug 12, 2024
1 parent 2950c15 commit db08173
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/api/models/bedrock.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit db08173

Please sign in to comment.