update README
This commit is contained in:
parent
b0a6352c40
commit
08af26df72
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue