v0.8.1
Mostly a small update to trigger the CI/CD release workflow ๐
Some of the big changes:
- You can now use
tokenizer
to set the chat formatting (it will apply the jinja template) - We have Cohere endpoints in chat-ui now!
- The default chat template if you don't set one, or a
tokenizer
is now ChatML.
What's Changed
- Bump vite from 4.5.2 to 4.5.3 by @dependabot in #974
- Use jinja template for chat formatting (#730) by @nsarrazin in #744
- Add support for cohere endpoints by @nsarrazin in #976
- quick fix error message by @nsarrazin in #977
- Bump undici from 5.28.3 to 5.28.4 by @dependabot in #979
- Set ChatML as default chat prompt template by @nsarrazin in #985
- Update package.json version by @zacps in #983
- Move default template so it doesn't override tokenizer by @nsarrazin in #987
- Publish docker images based on package.json version by @nsarrazin in #988
- Make sure CI/CD is the same for no DB image by @nsarrazin in #989
- Use raw for versioning by @nsarrazin in #990
- Use proper semver for major minor & patch releases in CI/CD by @nsarrazin in #991
- Bump version to 0.8.1 by @nsarrazin in #992
Full Changelog: v0.8...v0.8.1