You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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).