A powerful Telegram bot that combines multiple AI models to provide intelligent conversations, code assistance, and image generation.
- GPT-4 🤖 - Advanced language model from OpenAI
- Gemini ✨ - Google's latest AI model
- GPT-4O 🔮 - Optimized GPT-4 version
- GPT-4O-mini 🎯 - Faster, lighter version
- Claude 3.5 Sonnet 🎭 - Anthropic's latest model
- Claude 3.5 Haiku 🎋 - Fast and efficient version
- Multi-language support (English 🇬🇧, Russian 🇷🇺, Ukrainian 🇺🇦)
- Code block formatting with syntax highlighting
- Image generation capabilities
- Smart conversations with context awareness
- User preferences persistence
- Chat statistics tracking
- Python 3.8 or higher
- Telegram Bot Token
- API keys for AI services:
- OpenAI API key
- Google Gemini API key
- Anthropic API key
- Clone the repository:
git clone https://github.com/yourusername/ai-assistant-bot.git
cd ai-assistant-bot
- Install dependencies:
pip install -r requirements.txt
- Create
.env
file with your API keys:
BOT_TOKEN=your_telegram_bot_token
OPENAI_API_KEY=your_openai_api_key
GEMINI_API_KEY=your_gemini_api_key
ANTHROPIC_API_KEY=your_anthropic_api_key
- Run the bot:
python main.py
/start
- Initialize the bot/help
- Show available commands/model
- Change AI model/language
- Change interface language/newtopic
- Start new conversation/image
- Generate images/stats
- Show chat statistics/about
- About the bot
- ❓ Help
- 🔄 Change Model
- 🌐 Language
- ℹ️ About
- 🆕 New Topic
- 🎨 Generate Image
The bot supports code blocks with syntax highlighting for multiple languages:
- Python
- C++
- JavaScript
- HTML/CSS
- Java
- Rust
- Go
- And more...
Example: ```python def hello_world(): print("Hello, World!") ```
Use the /image
command followed by your description to generate images:
/image A futuristic city at night with neon lights
- GPT-4: Best for complex tasks and detailed explanations
- Gemini: Excellent for general-purpose conversations
- GPT-4O: Optimized for better performance
- GPT-4O-mini: Fast responses for simple queries
- Claude Sonnet: Advanced reasoning and analysis
- Claude Haiku: Quick and efficient responses
- 🇬🇧 English: Full support with all features
- 🇷🇺 Russian: Complete localization
- 🇺🇦 Ukrainian: Full interface translation
- Smart message chunking for long responses
- Code block preservation
- Inline code formatting
- Anti-flood protection
- Error handling and retries
- Persistent user preferences
- Chat history management
- Response time tracking
- Usage statistics
- Model-specific optimizations
- Built with aiogram 3.15.0
- Asynchronous design
- Modular service structure
- State management system
- Message queue implementation
- User preferences persistence
- Chat history management
- Statistics tracking
- Model usage metrics
- API key protection
- Content safety checks
- Error message sanitization
- Rate limiting
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
If you have any questions or need help, feel free to:
- Open an issue
- Contact @tr3ble on Telegram
- Send an email to [email protected]
- OpenAI for GPT-4
- Google for Gemini
- Anthropic for Claude
- The aiogram community