upd
This commit is contained in:
parent
cd4b580641
commit
f919d10c56
@ -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:
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
pyTelegramBotAPI
|
||||
openai
|
||||
python-dotenv
|
||||
Loading…
Reference in New Issue
Block a user