Skip to content

twise-code/bot_gpt

 
 

Repository files navigation

ChatGPT Telegram Bot

This is a Telegram chat bot built using the ChatGPT (GPT-3.5 or GPT-4) language model from OpenAI.

Setup

  1. Get your OpenAI API key

  2. Get your Telegram bot token from @BotFather

  3. Copy config.example.yml to config.yml and specify your tokens there.

  4. Start the bot:

    make start

To stop the bot:

    make stop

About

Humble ChatGPT Telegram Bot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Other 0.5%