Skip to content

Releases: Soulter/hugging-chat-api

v0.4.1

08 Mar 08:32
ee96f3b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

22 Feb 10:50
aff6e3b
Compare
Choose a tag to compare

What's Changed

  • Simplify the operation of saving/loading cookies by @Soulter
  • Assistant support by @Soulter in #176

Full Changelog: v0.3.12...v0.4.0

v0.3.12

16 Feb 07:37
892ea9b
Compare
Choose a tag to compare

What's Changed

  • Fix: Internal error by @Soulter in #174
  • Feat: Support to get conversation history (conversation.history)

Full Changelog: v0.3.11...v0.3.12

v0.3.11

09 Feb 02:42
fec2ed8
Compare
Choose a tag to compare

What's Changed

  • feat(cli): add new arg -c ,continued conv,change list -> tuple by @akhil3417 in #157
  • tweak(cli): FIX switch ids,also optional curr and all session by @akhil3417 in #158
  • Small changes/fixes by @Whitelisted1 in #160
  • adding UTF-8 languages support by @xsa-dev in #165
  • Happy New Year 🥳

New Contributors

Full Changelog: v0.3.10...v0.3.11

v0.3.10

19 Jan 12:10
f05fd61
Compare
Choose a tag to compare

What's Changed

New Contributors 🎉

Full Changelog: v0.3.9...v0.3.10

v3.0.9

29 Dec 05:32
717ca10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.8...v0.3.9

v0.3.8

03 Nov 15:14
0953561
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.7...v0.3.8

v0.3.7

21 Oct 06:58
b9cf7ec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.6...v0.3.7

v0.3.6

18 Oct 08:10
4d8268a
Compare
Choose a tag to compare

What's Changed

  • Utilize model class & add ability to create conversation with specific LLM by @Whitelisted1 in #115

  • Add a workflow that automatically lints pull requests by @Whitelisted1 in #117

  • feat: add a preliminary unit test by @Soulter in #120

  • Fix: fix the problem that hugchat cannot run in Python3.6, 3.7 and 3.8 by @Soulter #121 #116

  • Feat: Add unit test for master branch by @Soulter #118

Full Changelog: v0.3.5...v0.3.6

v0.3.5

15 Oct 02:17
f040e63
Compare
Choose a tag to compare

What's Changed

  1. Updated documentation to no longer have unused parameters
  2. Added the ability to use chatbot.query on a specific conversation instead of having to switch to it first. Useful in the scenario of a server generating a response with hugchat, for example.
  3. Now resets the chatbot.current_conversation to None when it is deleted with the delete_conversation method or the delete_all_conversations method.
  4. get_conversation_from_id method now requests information from get_conversation_info instead of repeating code
  5. Added init function to conversation class
  6. Add a class to represent models - Not currently used but could be used in the future

by @Whitelisted1

Full Changelog: v0.3.4...v0.3.5