Telegram bot for GPT-4 Turbo access with unique chat modes
Top 97.5% on sourcepulse
This project provides a Telegram bot leveraging GPT-4 Turbo for fast, limitless AI interactions, targeting users frustrated with official ChatGPT interfaces. It offers features like message streaming, group chat support, DALL-E 2 integration, voice recognition, and specialized chat modes, aiming to deliver a superior user experience.
How It Works
The bot utilizes the OpenAI API, specifically GPT-4 Turbo, for its core language processing. It integrates with Telegram's API for user interaction, enabling features like text and voice message handling. Message streaming provides a real-time chat experience, mimicking the responsiveness of dedicated AI interfaces. Special chat modes are implemented via configuration files, allowing customization of the AI's persona and capabilities.
Quick Start & Requirements
pip3 install -r requirements.txt
), copy configuration files, edit config/config.yml
and optionally config/config.env
, then run with docker-compose --env-file config/config.env up --build -d
.Highlighted Details
Maintenance & Community
The project is open for contributions via pull requests. Links to personal websites and social media profiles are provided for connection.
Licensing & Compatibility
Licensed under the MIT License, permitting commercial use and integration with closed-source projects.
Limitations & Caveats
The installation instructions are primarily for Debian-based systems; other environments require manual setup of Docker, Python, and pip. The project relies on external API keys for OpenAI and Telegram.
1 year ago
1 day