This bot is non-public, so you'll need to set up your own instance of this bot to use it.
How to build and run
Clone git repository to any appropriate directory:
cd /opt
git clone https://github.com/kapitanov/gptbot.git
cd gptbot
Create a .env file (see configuration section below):
TELEGRAM_BOT_TOKEN=<telegram access token>
TELEGRAM_BOT_ACCESS=<list of comma-separated telegram user ids and names>
OPENAI_TOKEN=<place your openai token here>
STORAGE_PATH=./var/data.yaml