Skip to content

MatrixCoder0101/Master-AI-BOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ChatGPT Telegram Bot: GPT-4. Fast. No daily limits. Special chat modes


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 as Telegram Bot. And it works great.

You can deploy your own bot, or use mine: Click Here

Features

  • Low latency replies (it usually takes about 3-5 seconds)
  • No request limits
  • Message streaming (watch demo)
  • GPT-4 support
  • Group Chat support (/help_group_chat to get instructions)
  • DALLE 2 (choose πŸ‘©β€πŸŽ¨ Artist mode to generate images)
  • Voice message recognition
  • Code highlighting
  • 15 special chat modes: πŸ‘©πŸΌβ€πŸŽ“ Assistant, πŸ‘©πŸΌβ€πŸ’» Code Assistant, πŸ‘©β€πŸŽ¨ Artist, 🧠 Psychologist, πŸš€ Elon Musk and other. You can easily create your own chat modes by editing config/chat_modes.yml
  • Support of ChatGPT API
  • List of allowed Telegram users
  • Track $ balance spent on OpenAI API


Bot commands

  • /retry – Regenerate last bot answer
  • /new – Start new dialog
  • /mode – Select chat mode
  • /balance – Show balance
  • /settings – Show settings
  • /help – Show help

Setup

  1. Get your OpenAI API key

  2. Get your Telegram bot token from @BotFather

  3. 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):

    nano config/config.yml
    nano onfig/config.env
  4. πŸ”₯ And now run:

    docker-compose --env-file config/config.env up --build

References

  1. Build ChatGPT from GPT-3

πŸ”₯ Show some support | Donation

If you find this repository helpful, show your support by giving it a 🌟! Your support means a lot to me and helps me keep contributing to the open-source community.

Also, if you'd like to support me financially, you can do so via my donation link: https://go.yesbhautik.co.in/8i6wdu

Donate

πŸ’¬ Let's chat

Feel free to reach out to me if you have any questions, ideas or just want to chat. I'm always here to help and connect with the community.

πŸ“œ License

This repository is under the MIT License. For more information, see the LICENSE file.