From cbc3396a2b338ba3e4d935f475d8de98dd38fefa Mon Sep 17 00:00:00 2001 From: hibobmaster Date: Thu, 9 Mar 2023 23:45:25 +0800 Subject: [PATCH] Update README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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: ```