This is a Telegram chat bot built using the ChatGPT (GPT-3.5 or GPT-4) language model from OpenAI.
-
Get your OpenAI API key
-
Get your Telegram bot token from @BotFather
-
Copy
config.example.yml
toconfig.yml
and specify your tokens there. -
Start the bot:
make start
To stop the bot:
make stop