Releases: Soulter/hugging-chat-api
Releases · Soulter/hugging-chat-api
v0.4.1
What's Changed
- Update stale.yml by @everypizza1 in #149
- validate cookies existence and contents before use, by @louiscklaw in #181
- fix: Fix check of default_llm for being a string by @sjrl in #188
New Contributors
- @everypizza1 made their first contribution in #149
- @louiscklaw made their first contribution in #181
- @sjrl made their first contribution in #188
Full Changelog: v0.4.0...v0.4.1
v0.4.0
v0.3.12
v0.3.11
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
What's Changed
- Add issue templates by @Whitelisted1 in #152
- typo: class naming style by @Soulter in #154
- Fix: python -m hugchat.cli does nothing bug by @akhil3417 in #156
New Contributors 🎉
- @akhil3417 made their first contribution in #156
Full Changelog: v0.3.9...v0.3.10
v3.0.9
What's Changed
- Skip unlisted models in get_remote_llms by @Whitelisted1 in #150
Full Changelog: v0.3.8...v0.3.9
v0.3.8
What's Changed
- Add
close-stale-issues
GitHub Action by @Whitelisted1 in #131 - Changes to fix linting warnings by @Whitelisted1 in #132
- Fix TypeError by @DaniEnsi in #133
- Add "/delete-all" command by @DaniEnsi in #134
- doc: sync Chinese README by @RockChinQ in #135
- CI: restrict repo for performing issues/pr related workflows by @RockChinQ in #137
- Fix/Rewrite CLI by @Whitelisted1 in #136
New Contributors
Full Changelog: v0.3.7...v0.3.8
v0.3.7
v0.3.6
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
-
Fix: fix the problem that hugchat cannot run in Python3.6, 3.7 and 3.8 by @Soulter #121 #116
Full Changelog: v0.3.5...v0.3.6
v0.3.5
What's Changed
- Update docs & allows user to query specific conversation by @Whitelisted1 in #112
- Updated documentation to no longer have unused parameters
- 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.
- Now resets the chatbot.current_conversation to None when it is deleted with the delete_conversation method or the delete_all_conversations method.
- get_conversation_from_id method now requests information from get_conversation_info instead of repeating code
- Added init function to conversation class
- Add a class to represent models - Not currently used but could be used in the future
Full Changelog: v0.3.4...v0.3.5