Chatbots for Matrix.
Go to file
Cyberes 7d325499c8 fixes 2023-03-18 02:35:55 -06:00
matrix_gpt fixes 2023-03-18 02:35:55 -06:00
.gitignore minor improvements 2023-03-18 02:30:12 -06:00
LICENSE Initial commit 2023-03-17 20:11:13 -06:00
README.md fixes 2023-03-18 02:35:55 -06:00
config.sample.yaml add code 2023-03-18 02:14:45 -06:00
main.py add code 2023-03-18 02:14:45 -06:00
matrixgpt.service fixes 2023-03-18 02:35:55 -06:00
requirements.txt add code 2023-03-18 02:14:45 -06:00

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

Is Encryption Supported?

No, not right now. Encryption is pointless because messages with the bot have to be processed and sent to OpenAI.