A Telegram bot that integrates with different AI models (similar to @chatsgpts_bot), featuring:
- User profiles
- AI model selection
- Custom prompt templates
- Conversation context management
- Clone this repository
- Install dependencies:
pip install -r requirements.txt
- Create a
.env
file with your API keys:TELEGRAM_BOT_TOKEN=your_telegram_bot_token HUGGINGFACE_API_KEY=your_huggingface_api_key OPENROUTER_API_KEY=your_openrouter_api_key
- Run the bot:
python bot.py
- Main menu with access to all bot features
- User profile management
- Multiple AI model support:
- deepseek/deepseek-r1:free (via OpenRouter)
- Qwen/QwQ-32B (via HuggingFace)
- perplexity-ai/r1-1776 (via HuggingFace)
- Custom prompt templates for each model
- Conversation context storage and reset functionality