v0.9.0
版本发布时间: 2024-05-29 01:06:15
huggingface/chat-ui最新发布版本:v0.9.3(2024-10-04 17:03:27)
What's Changed
Features
- Fix OpenAI Embeddings Auth Issue by @adhishthite in https://github.com/huggingface/chat-ui/pull/1077
- feat: add support for anthropic on vertex by @cheahjs in https://github.com/huggingface/chat-ui/pull/958
- Extend endpointOai.ts to allow usage of extra sampling parameters by @taeminlee in https://github.com/huggingface/chat-ui/pull/1032
- Web Search: Playwright, spatial parsing, markdown by @Saghen in https://github.com/huggingface/chat-ui/pull/1094
- Generic Multimodal Support by @Saghen in https://github.com/huggingface/chat-ui/pull/1021
- Generic Multimodal Support Fixed by @Saghen in https://github.com/huggingface/chat-ui/pull/1147
- add assistantId in the conversation API by @alak in https://github.com/huggingface/chat-ui/pull/1154
- add missing assistantId param by @alak in https://github.com/huggingface/chat-ui/pull/1156
- Function calling by @nsarrazin in https://github.com/huggingface/chat-ui/pull/996
- Add error message for tools by @Saghen in https://github.com/huggingface/chat-ui/pull/1163
- Disable text streaming if user prefers reduced animation by @neven4 in https://github.com/huggingface/chat-ui/pull/1131
- Add metrics for models, tools, websearch by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1186
- Bypass spaces tools rate limit by @mishig25 in https://github.com/huggingface/chat-ui/pull/1167
- Log parsing failures, drop from UI by @Saghen in https://github.com/huggingface/chat-ui/pull/1189
- Reduce message update size returned by websearch by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1179
- Simplify tool error handling by @Saghen in https://github.com/huggingface/chat-ui/pull/1168
- Misc tools release by @gary149 in https://github.com/huggingface/chat-ui/pull/1192
- Add a loading bar for tools by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1188
Bugfixes
- Fix context of logger by @jorado in https://github.com/huggingface/chat-ui/pull/1112
- Remove trim on user input by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1122
- [fix] Assistant websearch text/markdown source by @mishig25 in https://github.com/huggingface/chat-ui/pull/1129
- Clear playwright singleton on close by @Saghen in https://github.com/huggingface/chat-ui/pull/1170
- Always close playwright page by @Saghen in https://github.com/huggingface/chat-ui/pull/1171
- Fix message update migration not applying by @Saghen in https://github.com/huggingface/chat-ui/pull/1164
- Ony call tools if model.tools is true by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1172
- fix streaming not updating on front-end by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1173
- Fix reduced motion mode causing 500 on ssr by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1177
- fix: parse ISS if returned in OIDC flow by @muscionig in https://github.com/huggingface/chat-ui/pull/1162
- Fix Playwright leak and use multiple contexts by @Saghen in https://github.com/huggingface/chat-ui/pull/1187
- Generic tool error msg "Error occurred" by @mishig25 in https://github.com/huggingface/chat-ui/pull/1193
- Fix display websearch when using tools by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1197
- Fix issue with system preprompt and tools by @nsarrazin in https://github.com/huggingface/chat-ui/pull/1198
New Contributors
- @adhishthite made their first contribution in https://github.com/huggingface/chat-ui/pull/1077
- @jorado made their first contribution in https://github.com/huggingface/chat-ui/pull/1112
- @cheahjs made their first contribution in https://github.com/huggingface/chat-ui/pull/958
- @taeminlee made their first contribution in https://github.com/huggingface/chat-ui/pull/1032
- @xianbaoqian made their first contribution in https://github.com/huggingface/chat-ui/pull/1150
- @neven4 made their first contribution in https://github.com/huggingface/chat-ui/pull/1131
- @wilfriedroset made their first contribution in https://github.com/huggingface/chat-ui/pull/1144
- @muscionig made their first contribution in https://github.com/huggingface/chat-ui/pull/1162
Full Changelog: https://github.com/huggingface/chat-ui/compare/v0.8.4...v0.9.0