This is a telegram bot that allows you to interact with the ChatGPT.
First of all, you will need a Telegram Bot token and an OpenAI API key.
Then you need to copy the .env.sample file to .env and fill it with your credentials.
You can also specify a list of Telegram user IDs.
In this case, only the specified users will be allowed to interact with the bot.
To get your user ID, message @userinfobot on Telegram.
Multiple IDs can be provided, separated by commas.
docker run --env-file .env gambit10/ruby-chatgpt-telegram-botmake build
make run