Skip to content

This repository hosts a Telegram bot re-created as ChatGPT with seamless integration of GPT-4, GPT-4 Turbo, and GPT-4 Vision. It offers fast and reliable low-latency replies (3-5 seconds) with no request limits, making it an efficient tool for real-time interaction.

Notifications You must be signed in to change notification settings

mcyandex/chatbot-telegram

Repository files navigation

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

This repo is ChatGPT re-created as Telegram Bot. And it works great.

Features

  • Low latency replies (it usually takes about 3-5 seconds)
  • No request limits
  • Message streaming (watch demo)
  • GPT-4 and GPT-4 Turbo support
  • GPT-4 Vision 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


News

  • 21 Apr 2023:
    • DALLE 2 support
    • Group Chat support (/help_group_chat to get instructions)
    • 10 new hot chat modes and updated chat mode menu with pagination: 🇬🇧 English Tutor, 🧠 Psychologist, 🚀 Elon Musk, 📊 SQL Assistant and other.
  • 24 Mar 2023: GPT-4 support. Run /settings command to choose model
  • 15 Mar 2023: Added message streaming. Now you don't have to wait until the whole message is ready, it's streamed to Telegram part-by-part (watch demo)
  • 9 Mar 2023: Now you can easily create your own Chat Modes by editing config/chat_modes.yml
  • 8 Mar 2023: Added voice message recognition with OpenAI Whisper API. Record a voice message and ChatGPT will answer you!
  • 2 Mar 2023: Added support of ChatGPT API.
  • 1 Aug 2023: Added OpenAI API Base to config (useful while using OpenAI-compatible API like LocalAI)
  • 15 Nov 2023: Added support of GPT-4 Turbo
  • 2 Apt 2024: Added GPT-4 Vision support

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

    mv config/config.example.yml config/config.yml
    mv config/config.example.env config/config.env
  4. 🔥 And now run:

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

❤️ Top donations

You can be in this list:

  1. LilRocco. Donation: 11000$ (!!!)

  2. Mr V. Donation 250$

  3. unexpectedsunday. Donation: 150$

  4. Sem. Donation: 100$

  5. Miksolo. Donation: 81$

    Message: Thank you. Using this docker container every day! Actually created the same project but its good to see that this one is being supported often. Will continue using it! Good architecture choices made in the code 💪!

  6. Ryo. Donation: 80$

  7. Ilias Ism. Donation: 69$

  8. Sebastian. Donation: 55$

  9. Alexander Zimin. Donation: 50$

  10. Kbaji20. Donation: 30$

  11. Hans Blinken. Donation: 10$

Contributors

  • main contributor: miguel cano

References

  1. Build ChatGPT from GPT-3

About

This repository hosts a Telegram bot re-created as ChatGPT with seamless integration of GPT-4, GPT-4 Turbo, and GPT-4 Vision. It offers fast and reliable low-latency replies (3-5 seconds) with no request limits, making it an efficient tool for real-time interaction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published