Super simple telegram -> OpenAI API bot
CGO_ENABLED=0 go build -o bot .
./bot -c config.cfg
where config.cfg has structure
mode = debug
telegram_token = place_your_telegrambot_token_here
chatgpt_token = place_your_chatgptapi_token_here
bot_members = memberTelegramId1,memberTelegramId2,memberTelegramIdN
/drop - drop chatting context