VoloBuilds / openai-assistants-discord-bot

MIT License
47 stars 24 forks source link

more than one message processing at a time #7

Closed dewmguy closed 8 months ago

dewmguy commented 8 months ago

do you have an idea for how to manage if a user triggers the bot while the bot is already processing the request for another user?

VoloBuilds commented 8 months ago

Hey there! Check out the conversation in this issue thread around this subject: https://github.com/VoloBuilds/openai-assistants-discord-bot/issues/5

In short, it's definitely a concern with the existing code but there are workarounds. I'd be happy to review a PR implementing some of the strategies proposed there!

dewmguy commented 7 months ago

it looks like there is a pull request that includes a ton of great features. you should consider merging