Skip to content

Releases: huggingface/chat-ui

v0.8.4

05 May 23:08
edc456f
Compare
Choose a tag to compare

What's Changed

Features

Bugfixes

Other changes

New Contributors

Full Changelog: v0.8.3...v0.8.4

v0.8.3

24 Apr 21:50
d9fc75b
Compare
Choose a tag to compare

What's Changed

Features

  • add an endpoint to api to get an assistant by id by @alak in #1020
  • Move featured assistant check behind REQUIRE_FEATURED_ASSISTANTS by @nsarrazin in #1043
  • Support Gemini 1.5 Pro from Vertex AI by @flexchar in #1041

Bugfixes

  • Allow websearch if assistant has dynamic prompts by @nsarrazin in #1017
  • Add assistant instructions to first system message by @nsarrazin in #1023
  • fix: See all your assistants regardless of usercount by @nsarrazin in #1053
  • Only require featured assistants for other users' assistants by @nsarrazin in #1054
  • Final fix to assistants display logic by @nsarrazin in #1056
  • add createdAt and udpatedAt to new messages by @nsarrazin in #1062
  • add default value for description and examples in the API route for models by @alak in #1063
  • return only valid models in the API by @alak in #1064

Other changes

Full Changelog: v0.8.2...v0.8.3

v0.8.2

16 Apr 09:07
0596230
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.1...v0.8.2

v0.8.1

08 Apr 11:21
8c1127f
Compare
Choose a tag to compare

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

Full Changelog: v0.8...v0.8.1

v0.8

03 Apr 09:57
cb000d3
Compare
Choose a tag to compare

What's Changed

Read more

v0.7

29 Dec 08:14
f02ffb2
Compare
Choose a tag to compare

Pretty big changelog, as it's been a while since we did a release. 😁 Some of the most important changes:

  • We now support a whole bunch of different backends. (TGI, SageMaker, llama.cpp and all OpenAI compatible backends)
  • We added support for more search providers (we now support SerpApi, serper.dev, SerpStack, You.com, and no search provider at all by parsing search results directly!)
  • We added support for multi-sessions for users
  • We added a new redesigned settings menu!
  • We added new chat-ui and chat-ui-db docker images that you can run directly from GHCR
  • And a lot of QoL changes and bugfix, feel free to read the changelog for more.

I'll split up future releases into smaller chunks to make it easier to parse the changes, this was the big one!

What's Changed

Read more

v0.6 Websearch update

06 Oct 06:31
e5afba2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5...v0.6

v0.5 Amazon SageMaker & custom system prompts

21 Aug 06:57
Compare
Choose a tag to compare

We now support Amazon SageMaker as a backend! 🥳 Check out the updated README for more info.

We also added support for custom system prompts. This will let you customize the responses you expect from your assistants. You can try it out over at hf.co/chat !

A big thanks to our new contributors, and especially to @AndreasMadsen who created some great PRs in this release, including adding handlebars support so you can use your own custom prompt structure more easily.

What's Changed

New Contributors

Full Changelog: v0.4...v0.5

v0.4 Llama-2 on hf.co/chat !

24 Jul 13:19
569bde3
Compare
Choose a tag to compare

Releasing v0.4 to celebrate the release of Llama-2 on HuggingChat! 🚀

What's Changed

New Contributors

Full Changelog: v0.3...v0.4

ChatUI v0.3

20 Jun 13:16
Compare
Choose a tag to compare

We're going to start doing tagged releases of ChatUI now, in order to easily generate changelogs in the future.

We're currently on version 0.3 but as it is the first release on GitHub, it will contain all the changes & contributors so far! 👋

New Contributors

Full Changelog: https://github.com/huggingface/chat-ui/commits/v0.3