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

Implement delayed responses #4

Open
pavel-kirienko opened this issue Dec 21, 2024 · 0 comments · May be fixed by #40
Open

Implement delayed responses #4

pavel-kirienko opened this issue Dec 21, 2024 · 0 comments · May be fixed by #40
Labels
enhancement New feature or request high priority Need to be addressed next

Comments

@pavel-kirienko
Copy link
Collaborator

Once a message is received, wait for 5 seconds before querying the LLM. If more messages are received on that chat while waiting, each message adds another second to the delay. Once the delay has expired, all messages received to this moment go to the LLM.

@songmeo songmeo moved this to Todo in butlerBot Dec 21, 2024
@songmeo songmeo moved this from Todo to In Progress in butlerBot Dec 29, 2024
@songmeo songmeo added high priority Need to be addressed next enhancement New feature or request labels Feb 4, 2025
@songmeo songmeo linked a pull request Feb 11, 2025 that will close this issue
@songmeo songmeo linked a pull request Feb 11, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high priority Need to be addressed next
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants