bifrostlab / llm-assistant

Multifunctional LLM Assistant for Discord
8 stars 6 forks source link

feat: defer reply of the LLM commands #68

Closed samhwang closed 5 months ago

samhwang commented 5 months ago

These commands have to be resolved within 3 seconds by default, but it's taking way longer because of how complex LLMs are, so we will need to defer the replies.

References: