Update README
This commit is contained in:
parent
3a57f4bddd
commit
cbc3396a2b
1 changed files with 7 additions and 0 deletions
|
@ -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")
|
![demo](https://i.imgur.com/kK4rnPf.jpeg "demo")
|
||||||
|
|
||||||
## Installation and Setup
|
## 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>
|
To run this application, follow the steps below:<br>
|
||||||
1. Clone the repository:
|
1. Clone the repository:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue