Skip to content

Releases: huggingface/chat-ui

v0.9.4

07 Nov 09:17
Compare
Choose a tag to compare

What's Changed

Features

  • feat: Update featured workflow to allow user to submit featured requests by @nsarrazin in #1510
  • feat: lazy stream conversations load function by @nsarrazin in #1553

Bugfixes

  • fix: upload of files on multimodal assistant on first message by @nsarrazin in #1513

Other changes

New Contributors

Full Changelog: v0.9.3...v0.9.4

v0.9.3

04 Oct 09:03
Compare
Choose a tag to compare

What's Changed

Features

  • Community tools by @nsarrazin in #1250
  • feat(media): support audio & video files by @nsarrazin in #1408
  • feat(assistants): use community tools in assistants by @nsarrazin in #1421
  • feat(settings): add indicator when custom instructions are active by @nsarrazin in #1438
  • feat: add support for multimodal in Vertex by @ArthurGoupil in #1338
  • feat(conv): let user switch models on conversations with deprecated models by @nsarrazin in #1462
  • fix(assistants): remove websearch from assistant tool options, add websearch in backend logic by @nsarrazin in #1465
  • fix(tools): tool call name must be a valid python variable name by @nsarrazin in #1466
  • fix(endpoints): make bedrock import optional by @nsarrazin in #1468
  • feat(tools): add toggle to see unfeatured tools for admins by @nsarrazin in #1474
  • feat: add link to API playground for compatible models by @nsarrazin in #1488
  • feat(tools): Basic tool support for OpenAI models by @gladish in #1447

Bugfixes

Other changes

New Contributors

Full Changelog: v0.9.2...v0.9.3

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