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.
Hello,
I've installed everything successfully (note in case it's helpful to others on WSL2 I needed to update
ssl-dev
andpkg-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...
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.