Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 380 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 380 Bytes

ChatGPT Telegram bot

Setup

  1. Get your OpenAI API key

  2. Get your Telegram bot token from @BotFather

  3. Edit config.example.yml to set your tokens :

    mv config.example.yml config.yml
    vim config.yml
  4. And now run:

    docker-compose up --build