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 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
- 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
- Renamed
LOG_LEVEL
toMISTRAL_LOG_LEVEL
. This is not a direct port of the Python client because Python has a global logger in thelogging
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
- Initial release. Feature parity with
v0.1.8
of the mistralai/client-python