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

Slash commands never show up and aren't accessible #24

Open KyleStiers opened 8 months ago

KyleStiers commented 8 months ago

Hello,

I've installed everything successfully (note in case it's helpful to others on WSL2 I needed to update ssl-dev and pkg-config) and then updated the config file with the llama ggml model I downloaded path as well as my token (which I would recommend adding as a commented out field in the config).

When I run it, I see the model load everything correctly...

Loading of model complete
Model size = 3616.07 MB / num tensors = 291
<bot> is connected; registering commands...
<bot> is good to go!

I see the bot live in the discord it should be showing up in, however, the commands don't show up and just entering them doesn't work. They're set to 'true' on the enabled line of config as well.

KyleStiers commented 8 months ago

Or perhaps I missed documentation on what character is used to detect commands?