AI Chat Module

GPT-powered conversational AI

AIProfessional+

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.

Key Features

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

Use Cases

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

Configuration

{
  "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
    }
  }
}

Commands

/ai [question]Ask the AI
/ai resetClear conversation context
@botname [question]Mention to trigger

Requirements

This module requires an OpenAI API key. Add your key in Settings → Integrations → OpenAI. Professional plan or higher required.

Related: Analytics Module

Track AI usage and conversation metrics.

Analytics Module