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