Supercharge your Telegram bots with OpenAI's powerful AI models. Enable natural language conversations, generate images, transcribe voice messages, and analyze sentiment - all through simple module configuration.
AI Features
AI Chat
Natural conversations powered by GPT-4
ai_chatImage Generation
Create images with DALL-E 3
ai_image_genVoice Transcription
Convert voice messages to text with Whisper
ai_voiceSentiment Analysis
Analyze message sentiment and tone
sentiment_analysisSetup Guide
1
Get OpenAI API Key
Create an account at platform.openai.com and generate an API key
2
Add to BotLaunch
Go to Settings → Integrations → OpenAI and paste your API key
3
Enable AI Modules
Enable ai_chat, ai_image_gen, or other AI modules for your groups
4
Configure Settings
Customize model, temperature, and other parameters
Available Models
GPT-4 Turbo
Best for: Complex reasoning
GPT-4
Best for: High accuracy
GPT-3.5 Turbo
Best for: Fast & affordable
DALL-E 3
Best for: Image generation
Example Configuration
{
"module": "ai_chat",
"config": {
"model": "gpt-4-turbo",
"temperature": 0.7,
"maxTokens": 1000,
"systemPrompt": "You are a helpful assistant for our community.",
"triggerPrefix": "/ai"
}
}