Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

39 lines (26 loc) · 1.59 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.3.0 - 2024-05-30

Added

  • Added support for completion requests which you can use to query their latest model codestral. See this example to get started.

0.2.0 - 2024-05-23

Added

  • We now support tool_call_id for tool messages. This will be mandatory in the future but you can start using right away to improve the model performance during function calling (especially multiple). Ports mistralai/client-python#93

Changed

  • Renamed LOG_LEVEL to MISTRAL_LOG_LEVEL. This is not a direct port of the Python client because Python has a global logger in the logging module, but Ruby doesn't. Ports mistralai/client-python#86
  • Get API key at client initialization. Ports mistralai/client-python#57

0.1.0 - 2024-05-04