diff --git a/README.md b/README.md index e9c9eab..5ac9940 100644 --- a/README.md +++ b/README.md @@ -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:
+Edit `config.json` with proper values
+```bash +sudo docker compose up -d +``` +
+ To run this application, follow the steps below:
1. Clone the repository: ```