Releases: mistralai/client-python
Releases · mistralai/client-python
python - v1.0.0 - 2024-08-07 16:59:42
Generated by Speakeasy CLI
2024-08-07 14:25:13
Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.356.0 (2.388.1) https://github.com/speakeasy-api/speakeasy
Generated
- [python v1.0.0] .
Releases
- [PyPI v1.0.0] https://pypi.org/project/mistralai/1.0.0 - .
Publishing Completed
0.4.2
0.4.1
Client changes
Fine-tuning
- Added support for the deletion of models via the
delete_model
method.
Misc
- Dependencies are less restrictive now, see
pyproject.toml
for the dependency list.
Full Changelog: 0.4.0...0.4.1
0.4.0
API changes
Fine-tuning
- Added support for our fine-tuning API which you can use to fine-tune our models on your datasets. See our documentation to get started.
Full Changelog: 0.3.0...0.4.0
0.3.0
0.2.0
API changes
- We now support
tool_call_id
fortool
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) (#93).
Improvements
- In the async client, replace time by asyncio by @sylvainmouquet in #82
- Remove setting of the root logger level by @erwinscholtens in #86
- Remove an unused expression in example by @wilsonsilva in #87
- Relaxed httpx version requirement by @Mastikosa in #80
- Delay the api key env get at client initialization: by @antoine-lizee in #57
Full Changelog: 0.1.5...0.2.0