karfly / chatgpt_telegram_bot
- понедельник, 13 февраля 2023 г. в 00:13:49
We all love chat.openai.com, but... It's TERRIBLY laggy, has daily limits, and is only accessible through an archaic web interface.
This repo is ChatGPT re-created with GPT-3.5 LLM as Telegram Bot. And it works great.
You can deploy your own bot, or use mine: @chatgpt_karfly_bot
/retry
– Regenerate last bot answer/new
– Start new dialog/mode
– Select chat mode/balance
– Show balance/help
– Show helpGet your OpenAI API key
Get your Telegram bot token from @BotFather
Edit config/config.example.yml
to set your tokens and run 2 commands below (if you're advanced user, you can also edit config/config.example.env
):
mv config/config.example.yml config/config.yml
mv config/config.example.env config/config.env
docker-compose --env-file config/config.env up --build