Crypty McCryptoFace
Crypty McCryptoFace
I had this error as well and was able to resolve it by manually invoking `python3.9 -m pip install discord.py[voice]`, but then receive the following error: ``` Traceback (most recent...
Figured out that the error I was getting for silero.py was legit because the Python script couldn't do an `os.mkdir("models/torch/")` on line 20 of the file. Manually created the directory...
Created #24. Resolution of this issue on my end yields the following output now when running `main.py` and issuing any input or query (e.g. `/configure`) via Discord: ``` [11-20 13:28:33]...
Pip appears to be installing the incorrect version of the `openai` module during setup: ``` ubuntu@[REDACTED]:~/LLMChat$ pip3 install openai Requirement already satisfied: openai in /opt/conda/lib/python3.10/site-packages (1.3.3) [snip] ubuntu@[REDACTED]:~/LLMChat$ cat requirements.txt...