Modulo Chat AI

AI conversazionale basata su GPT

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.

Funzionalità Principali

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

Casi d'Uso

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

Configurazione

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

Comandi

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

Requisiti

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

Correlato: Modulo Analytics

Track AI usage and conversation metrics.

Analytics