MatrixGPT/README.md

14 lines
268 B
Markdown
Raw Normal View History

2023-03-17 20:11:13 -06:00
# MatrixGPT
2023-03-18 02:14:45 -06:00
_ChatGPT bot for Matrix._
## Install
```bash
sudo apt install libolm-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.