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.
KI-Funktionen
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_analysisEinrichtungsanleitung
Get OpenAI API Key
Create an account at platform.openai.com and generate an API key
Add to BotLaunch
Go to Settings → Integrations → OpenAI and paste your API key
Enable AI Modules
Enable ai_chat, ai_image_gen, or other AI modules for your groups
Configure Settings
Customize model, temperature, and other parameters
Verfügbare Modelle
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
Beispielkonfiguration
{
"module": "ai_chat",
"config": {
"model": "gpt-4-turbo",
"temperature": 0.7,
"maxTokens": 1000,
"systemPrompt": "You are a helpful assistant for our community.",
"triggerPrefix": "/ai"
}
}Weiter: Stripe-Integration
Learn how to accept payments through your Telegram bot.
Weiter: Stripe-Integration