Skip to content

Releases: Gage-Technologies/mistral-go

v1.1.0

05 Jun 13:23
ebe86b3

Choose a tag to compare

Added support for Codestral including FIM, Chat, and dedicated codestral subscription

Full Changelog: v1.0.1...v1.1.0

v1.0.1

12 May 11:51
49a9d45

Choose a tag to compare

Fixes extra name parameter in chat message struct

v1.0.0

26 Feb 19:50

Choose a tag to compare

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

13 Jan 14:49

Choose a tag to compare

Added safe_prompt to the API

v0.1.2

13 Jan 14:41

Choose a tag to compare

Removed the safe_mode API. API calls began failing on a pydantic error so I guess Mistral removed the parameter.

v0.1.1

13 Dec 15:32

Choose a tag to compare

Added System role

v0.1.0

13 Dec 15:28

Choose a tag to compare

Initial release with support for Chat Completions (including streaming) & Embeddings. This should be compliant with the Python Mistral Client