Skip to content

Releases: huggingface/chat-ui

v0.9.2

07 Aug 15:02
cc5be1a
Compare
Choose a tag to compare

What's Changed

Features

Bugfixes

  • fix: increase body size limit in docker image by @nsarrazin in #1280
  • Standardize llama.cpp endpoint with baseURL by @nsarrazin in #1305
  • fix(disclaimer): only show disclaimer if PUBLIC_APP_DISCLAIMER is 1 by @nsarrazin in #1360
  • fix(ui): fix cut off buttons in chat message by @dlavrenuek in #1373
  • fix(cohere): pass toolResults only when needed to cohere endpoint type by @nsarrazin in #1382

Other changes

New Contributors

Full Changelog: v0.9.1...v0.9.2

v0.9.1

04 Jun 14:19
8716fdb
Compare
Choose a tag to compare

What's Changed

Features

Bugfixes

Other changes

New Contributors

Full Changelog: v0.9.0...v0.9.1

v0.9.0 - Tools release!

28 May 17:06
3c4942d
Compare
Choose a tag to compare

What's Changed

Features

Bugfixes

New Contributors

Full Changelog: v0.8.4...v0.9.0

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