v0.8.1
版本发布时间: 2024-04-08 19:21:22
huggingface/chat-ui最新发布版本:v0.9.3(2024-10-04 17:03:27)
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 https://github.com/huggingface/chat-ui/pull/974
- Use jinja template for chat formatting (#730) by @nsarrazin in https://github.com/huggingface/chat-ui/pull/744
- Add support for cohere endpoints by @nsarrazin in https://github.com/huggingface/chat-ui/pull/976
- quick fix error message by @nsarrazin in https://github.com/huggingface/chat-ui/pull/977
- Bump undici from 5.28.3 to 5.28.4 by @dependabot in https://github.com/huggingface/chat-ui/pull/979
- Set ChatML as default chat prompt template by @nsarrazin in https://github.com/huggingface/chat-ui/pull/985
- Update package.json version by @zacps in https://github.com/huggingface/chat-ui/pull/983
- Move default template so it doesn't override tokenizer by @nsarrazin in https://github.com/huggingface/chat-ui/pull/987
- Publish docker images based on package.json version by @nsarrazin in https://github.com/huggingface/chat-ui/pull/988
- Make sure CI/CD is the same for no DB image by @nsarrazin in https://github.com/huggingface/chat-ui/pull/989
- Use raw for versioning by @nsarrazin in https://github.com/huggingface/chat-ui/pull/990
- Use proper semver for major minor & patch releases in CI/CD by @nsarrazin in https://github.com/huggingface/chat-ui/pull/991
- Bump version to 0.8.1 by @nsarrazin in https://github.com/huggingface/chat-ui/pull/992
Full Changelog: https://github.com/huggingface/chat-ui/compare/v0.8...v0.8.1