Releases: co-cddo/gds-idea-llmbo
Releases · co-cddo/gds-idea-llmbo
v0.2.2
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
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
Added support for Mistral models, plus an adapter architecture to provide faster support of new models in future.
What's Changed
- Preparation for initial release by @gillespied in #2
- adding docs to ci by @gillespied in #3
- Add region by @gillespied in #6
- Attempt to switch to uv by @gillespied in #7
- Fix sbi init by @gillespied in #11
- Fix recover from job arn by @gillespied in #12
- Modify boto3 deps by @gillespied in #13
- Add session to init by @gillespied in #16
- Publish to pypi by @gillespied in #17
- Fix logs for tools by @gillespied in #19
- Fix validation bug by @gillespied in #22
- Reorganise tests by @gillespied in #24
- Add mistral by @gillespied in #25
New Contributors
- @gillespied made their first contribution in #2
Full Changelog: https://github.com/co-cddo/gds-idea-llmbo/commits/0.2.0