Skip to content

Releases: co-cddo/gds-idea-llmbo

v0.2.2

27 Mar 13:40
c3d506c

Choose a tag to compare

What's Changed

Mistral models do not support the system parameter. This release provides a method to implement the system parameter as part of the prompt and ensures it is not passed to the inference server which would cause it to fail.

Full Changelog: v0.2.1...v0.2.2

v0.2.1

21 Mar 16:37
6d96552

Choose a tag to compare

What's Changed

Added a new mistral adapter which uses the built in JSON mode, this can handle more complicated outputs than the function/tool calling mode so have enabled it as default. The function mode can be renabled through the adapter registry.

Full Changelog: v0.2.0...v0.2.1

Added mistral support

20 Mar 14:05

Choose a tag to compare

Added support for Mistral models, plus an adapter architecture to provide faster support of new models in future.

What's Changed

New Contributors

Full Changelog: https://github.com/co-cddo/gds-idea-llmbo/commits/0.2.0