update README

This commit is contained in:
hibobmaster 2023-03-11 00:47:04 +08:00
parent b0a6352c40
commit 08af26df72
No known key found for this signature in database
GPG Key ID: 316B77D7914D713C

View File

@ -5,7 +5,9 @@ This is a simple Matrix bot that uses OpenAI's GPT API and a Chatbot to generate
## Installation and Setup ## Installation and Setup
Docker method:<br> Docker method:<br>
Edit `config.json` with proper values <br> Edit `config.json` with proper values <br>
Create an empty file, for persist database only<br>
```bash ```bash
touch bot
sudo docker compose up -d sudo docker compose up -d
``` ```
<hr> <hr>