From f919d10c56c23dd18d4720fcb81f9054dcec3967 Mon Sep 17 00:00:00 2001 From: Anton Palgunov Date: Fri, 31 Mar 2023 21:12:20 +0100 Subject: [PATCH] upd --- Readme.md | 3 +++ requirements.txt | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 1e8ef85..18675f1 100644 --- a/Readme.md +++ b/Readme.md @@ -26,6 +26,9 @@ To start the bot, run the following command: This will start the bot and it will begin listening for incoming messages from users. Whenever a user sends a message, the bot will use the ChatGPT model to generate a response and send it back to the user. +## Usage 2 +To run the bot, simply run the `docker-compose up` command. This will start a Docker container running the bot. + ## Configuration To configure the bot, you will need to edit the `bot.py` file and replace the following placeholders with your own values: diff --git a/requirements.txt b/requirements.txt index d91d5b4..a024e0f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ pyTelegramBotAPI -openai \ No newline at end of file +openai +python-dotenv \ No newline at end of file