LLMChat
LLMChat copied to clipboard
A Discord chatbot that supports popular LLMs for text generation and ultra-realistic voices for voice chat.
I have setup the bot and everything works, except the following: I have audiobook mode turned off, so the bot should be able to listen to me on VC, however,...
I followed the steps for self-hosting closely, and upon trying to run it, I get this error: ``` max@WIN-V0U91D6I6JV:~/LLMChat$ python3.9 main.py Traceback (most recent call last): File "/home/max/LLMChat/main.py", line 6,...
Hello I'm running the model locally with a llama 7b model using llama-cpp-python compiled with cublas (gpu is working). Whenever two messages are sent by a user before the AI...
Hello, when I speak to my bot using a llama model (**_vigogne-2-7b-instruct.Q4_0.gguf_**), the output is very random with no error in the debug mode. Example of error : `**[user]:** _Hello!_...
Hi I have this message on discord when I try to interact with the bot : `Exception thrown while trying to generate message: string indices must be integers` How can...
After starting `main.py` I receive the following output. Every time I issue a command to the bot or it otherwise receives an input, I see the same Python error: `AttributeError:...
If the silero.py module is being used and the `models/torch` directory does not exist under the LLMChat working directory, an error is thrown after running LLMChat `main.py` stating that the...
[11-01 22:52:22] [client.py:515] ERROR - Ignoring exception in on_voice_state_update Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.10/site-packages/discord/client.py", line 441, in _run_event await coro(*args, **kwargs) File "/home/ubuntu/LLMChat/llmchat/client.py", line 562, in on_voice_state_update vc.listen(self.sink)...
Like "hey bot, blah blah blah"
Im picturing being able to add a list of different prompts with their respective values stored in like a json database or something and a /mode command to switch between...