This repository has been archived by the owner on Oct 10, 2024. It is now read-only.
Releases: mistralai/client-js
Releases · mistralai/client-js
0.5.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.4.0...0.5.0
0.4.0
0.3.0
API changes
- The field
tool_call_id
on thetool
message will be mandatory in the future. It can be already added to improve the model performance when dealing with tool calls, especially multiple ones (#76).
Breaking changes - TS only
- We added the
tool_call_id
mandatory type ontool
messages. This has no impact on runtime but should be added to pass type checking (#76).
Full Changelog: 0.2.0...0.3.0
0.2.0
Breaking changes - TS only
- The enums
ToolType
,ResponseFormats
andToolChoice
are not exported anymore as they were only exported as type definitions and not usable at runtime. The types should be replaced by the literals directly (#72).
Improvements
- feat: update fetch configuration logic by @sublimator in #66
- feat: add signal support and fix timeout by @sublimator in #68
- fix: typescript definitions by @sublimator in #72
Full Changelog: 0.1.3...0.2.0