A Telegram bot that summarizes chats with GPT.
To run this project, you will need to add the following environment variables to your .env file
API_KEY
ANOTHER_API_KEY
like this:
ENV_OPENAI_API_KEY=
ENV_TELEGRAM_BOT_TOKEN=
Install docker
docker-compose up --build