This commit is contained in:
Anton Palgunov 2023-03-31 21:12:20 +01:00
parent cd4b580641
commit f919d10c56
2 changed files with 5 additions and 1 deletions

View File

@ -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:

View File

@ -1,2 +1,3 @@
pyTelegramBotAPI
openai
openai
python-dotenv