Update README

This commit is contained in:
hibobmaster 2023-03-09 23:45:25 +08:00
parent 3a57f4bddd
commit cbc3396a2b
No known key found for this signature in database
GPG Key ID: 316B77D7914D713C

View File

@ -3,6 +3,13 @@ This is a simple Matrix bot that uses OpenAI's GPT API and a Chatbot to generate
![demo](https://i.imgur.com/kK4rnPf.jpeg "demo")
## Installation and Setup
Docker method:<br>
Edit `config.json` with proper values <br>
```bash
sudo docker compose up -d
```
<hr>
To run this application, follow the steps below:<br>
1. Clone the repository:
```