Cyberes 98805b1878 | ||
---|---|---|
matrix_gpt | ||
.gitignore | ||
LICENSE | ||
README.md | ||
config.sample.yaml | ||
main.py | ||
matrixgpt.service | ||
requirements.txt |
README.md
MatrixGPT
ChatGPT bot for Matrix.
Uses code from anoadragon453/nio-template.
Install
sudo apt install libolm-dev gcc python3-dev
pip install -r requirements.txt
Copy config.sample.yaml
to config.yaml
and fill it out with your bot's auth and your OpenAI API key.
Then invite your bot and start a chat by prefixing your message with !c
. The bot will create a thread (you don't need to use !c
in the thread).
I included a sample Systemd service.
Use
Invite the bot to your room and query it with the command !c
(this can be changed in the config.)
Don't try to use two bots in the same thread.
Encryption
This bot supports encryption. I recommend using Pantalaimon to manage encryption keys as the built-in solution is a little janky and may be unreliable. If you want a private DM with the bot I recommend creating a new room without encryption.