Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group behavior implemented, Redis bug fixed. #16

Merged
merged 1 commit into from
Feb 25, 2024
Merged

Conversation

s-nagaev
Copy link
Owner

@s-nagaev s-nagaev commented Feb 24, 2024

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).

@s-nagaev s-nagaev added bug Something isn't working enhancement New feature or request labels Feb 24, 2024
@s-nagaev s-nagaev self-assigned this Feb 24, 2024
@s-nagaev s-nagaev linked an issue Feb 25, 2024 that may be closed by this pull request
@s-nagaev s-nagaev merged commit 0c88b82 into main Feb 25, 2024
3 checks passed
@s-nagaev s-nagaev deleted the feat-group-mode branch February 25, 2024 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] Restrict privileged command to bot admins
1 participant