Releases: Gage-Technologies/mistral-go
Releases · Gage-Technologies/mistral-go
v1.1.0
Added support for Codestral including FIM, Chat, and dedicated codestral subscription
Full Changelog: v1.0.1...v1.1.0
v1.0.1
Fixes extra name parameter in chat message struct
v1.0.0
This release is a breaking change and therefore is being considered the v1.x.x major release. Changes to the API require many changes to the Chat & ChatStream functions as well as changes to many underlying structs.
Adds support for:
- Function Calling
- JSON Response Format
- New Models (mistral-large, new mistral-small)
WARNING: THIS IS NOT BACKWARDS COMPATIBLE!!!
v0.1.3
Added safe_prompt to the API
v0.1.2
Removed the safe_mode API. API calls began failing on a pydantic error so I guess Mistral removed the parameter.
v0.1.1
Added System role
v0.1.0
Initial release with support for Chat Completions (including streaming) & Embeddings. This should be compliant with the Python Mistral Client