The AI Chat module brings the power of GPT-4 to your Telegram groups. Create intelligent conversational experiences that can answer questions, provide support, and engage your community - all while learning from your custom knowledge base.
Fitur Utama
Natural Conversations
Engage users with human-like responses powered by GPT-4
Context Awareness
Remembers conversation history for coherent multi-turn dialogues
Custom Personality
Define your bot's tone, style, and knowledge base
Multi-language
Automatically responds in the user's language
Kasus Penggunaan
Customer Support
Answer FAQs and handle basic inquiries
Community Assistant
Help members find information
Onboarding
Guide new users through setup
Content Generation
Create posts, summaries, and more
Konfigurasi
{
"module": "ai_chat",
"enabled": true,
"config": {
"model": "gpt-4-turbo",
"temperature": 0.7,
"maxTokens": 1000,
"triggerPrefix": "/ai",
"triggerMention": true,
"systemPrompt": "You are a helpful assistant for our community. Be friendly and concise.",
"contextMessages": 10,
"rateLimit": {
"messagesPerMinute": 20,
"tokensPerMinute": 10000
}
}
}Perintah
/ai [question]Ask the AI/ai resetClear conversation context@botname [question]Mention to triggerPersyaratan
This module requires an OpenAI API key. Add your key in Settings → Integrations → OpenAI. Professional plan or higher required.