v0.8.3
版本发布时间: 2024-04-25 05:50:54
huggingface/chat-ui最新发布版本:v0.9.3(2024-10-04 17:03:27)
What's Changed
Features
- add an endpoint to api to get an assistant by id by @alak in https://github.com/huggingface/chat-ui/pull/1020
- Move featured assistant check behind
REQUIRE_FEATURED_ASSISTANTS
by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1043 - Support Gemini 1.5 Pro from Vertex AI by @flexchar in https://github.com/huggingface/chat-ui/pull/1041
Bugfixes
- Allow websearch if assistant has dynamic prompts by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1017
- Add assistant instructions to first system message by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1023
- fix: See all your assistants regardless of usercount by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1053
- Only require featured assistants for other users' assistants by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1054
- Final fix to assistants display logic by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1056
- add createdAt and udpatedAt to new messages by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1062
- add default value for description and examples in the API route for models by @alak in https://github.com/huggingface/chat-ui/pull/1063
- return only valid models in the API by @alak in https://github.com/huggingface/chat-ui/pull/1064
Other changes
- Add logs to tokenizer fetch by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1030
- return empty if error on hfapi endpoint by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1038
- Use
user
in docker image for spaces by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1045 - Docker chown change by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1046
- Always dispose of pipeline for embeddings after use by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1048
- Bump version to 0.8.3 by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1068
Full Changelog: https://github.com/huggingface/chat-ui/compare/v0.8.2...v0.8.3