Skip to content

Releases: s-nagaev/hiroshi

0.2.3

16 Apr 23:40
ff11e05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.3

0.2.0

25 Feb 16:36
0c88b82
Compare
Choose a tag to compare

Added:

  • Implemented chatbot behavior in group chats: Hiroshi, once added to a group chat, now maintains a unified
    conversation history and possesses a single context when communicating with chat participants within the group.
  • Introduced GROUP_ADMINS setting, which allows the definition of chat-bot administrators in groups. Chat-bot
    administrators have exclusive permission to set the provider and execute the /reset command within the group.

Fixed:

  • Fixed an error that prevented the use of Redis for storing bot data (due to incompatibility with the previously
    used library with python 3.11).

0.1.3

24 Feb 02:00
d8e0f8e
Compare
Choose a tag to compare

[0.1.3] - 2024-02-24

Changed

  • The code has been slightly updated for compatibility with the new version of g4f.

0.1.2

08 Feb 14:26
9e1ea86
Compare
Choose a tag to compare

[0.1.2] - 2024-02-08

Added

  • GitHub Action for building an artifact on a schedule with an updated version of g4f

Changed

  • Dependencies updated.

0.1.1

24 Nov 01:10
7df8184
Compare
Choose a tag to compare

Changed

  • Gpt4free upgraded to 0.1.8.8

0.1.0

08 Nov 01:57
f91702c
Compare
Choose a tag to compare

Added

  • Basic functionality.
  • Session management.
  • Dockerfile.
  • Flake8 and Mypy setups.
  • GitHub Action for linters.