Changelog Update
Added a new parameter
p to the chunks streamed back by the Completion API. SECURITY API UPDATED
- Implemented for security to prevent token-length side-channel attacks, as reported by Microsoft researchers.
- Note that this change may break applications relying on strict parsing of the chunks. Applications using the official SDK are unaffected, but users relying on the
mistral-commonpackage may need to update to1.8.4or higher.