Skip to content

Releases: PhoenixR49/hass-huggingchat-conversation

v1.3.3

07 May 17:32
Compare
Choose a tag to compare

v1.3.2

07 May 14:12
0a54e67
Compare
Choose a tag to compare

What's Changed

  • Fix: Resolve index error in options when using outdated configurations by @seitz in #5
  • Fix: Login currently not working with Hugging Face by @laberning in #6

Full Changelog: v1.3.1...v1.3.2

v1.3.1

26 Feb 11:41
Compare
Choose a tag to compare

Full Changelog: v1.3.0...v1.3.1

v1.3.0

25 Feb 23:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.3.0

v1.2.2

23 Feb 10:06
d08d367
Compare
Choose a tag to compare
  • DuckDuckGo API update (3.9.6 > 3.9.11)
  • HuggingChat API update (0.3.12 > 0.4.0)

Full Changelog: v1.2.1...v1.2.2

v1.2.1

16 Feb 15:40
26b6655
Compare
Choose a tag to compare

What's Changed

  • fixes the internal server error by @seitz in #4

New Contributors

  • @seitz made their first contribution in #4

Full Changelog: v1.2.0...v1.2.1

v1.2.0

14 Feb 20:51
Compare
Choose a tag to compare

Welcome to version 1.2!

  • Three new options have been added for using HuggingChat to search the Web!
    You can now choose to enable (or disable) web search and choose from two search engines, Google and DuckDuckGo.
    When you send a request, we retrieve the search results for that request and use them as a prompt for the HuggingFace model. This gives it the context of the search and enables it to write a text based on the information provided.
  • The default prompt has been modified to allow LLM to better support language changes. It has also been instructed to write the simplest way to generate a TTS. For example, it replaces currencies ($) with their text alternative.
  • I've also removed the top_p, max_tokens and temperature options as they are no longer supported by the HuggingChat API.

Fixing the DuckDuckGo version bug (#3)

Full Changelog: v1.1.6...v1.2.0

v1.1.6

09 Feb 13:17
40904b7
Compare
Choose a tag to compare

Fix umlauts bug.

Full Changelog: v1.1.5...v1.1.6

v1.1.5

19 Jan 16:53
Compare
Choose a tag to compare

Full Changelog: v1.1.4...v1.1.5

v1.1.4

13 Jan 23:29
Compare
Choose a tag to compare

Full Changelog: v1.1.3...v1.1.4