rustformers / llmcord

A Discord bot, written in Rust, that generates responses using the LLaMA language model.
GNU General Public License v3.0
91 stars 14 forks source link

Delete button #12

Open philpax opened 1 year ago

philpax commented 1 year ago

Previously, the cancel button would wipe out the content of your generation, but this was removed to handle multi-message generation. This should be restored in the form of a second delete button that will remove all messages from a generation strand.