Problems with / commands.
GustavRaispits opened this issue · 2 comments
I've recently set up ooba text-generation-webui with 4bit patch and the site works correctly, I'm using llama-13b-hf. I'm trying to run bot.py using miniconda through the textgen env with python 3.10.10, what are the required modules for making chat-llama-discord-bot work correctly? I didn't find any requirements.txt file for installing every module.
It says that the slash command is not valid, looks like that some / commands "disappears" when using the /reset or /index reset commands.
That's what happens when I try to use /reply without using the /reset command for making the initial prompt:
Sometimes the CMD doesn't even output errors when the / commands "crashes"
I believe that this repo got great potential, hoping to get a response!
I think the problem in the first screenshot was happening because the commands from your bot hadn't registered with Discord yet. It takes a few minutes before they will work with a new bot.
For the second problem, it looks like text-generation-webui updated again. It updates every few days with breaking changes to both the install instructions and the internal API I'm leveraging because of how much development there is going on with LLaMA atm.