This n8n workflow creates an intelligent Telegram chatbot capable of handling both text and voice messages using GPT-4. The bot listens for incoming messages via a Telegram trigger, processes voice messages by transcribing them with OpenAI’s audio transcription, and responds to text inputs through a sophisticated AI agent. The workflow utilizes a memory buffer to maintain context and ensure coherent conversations. It also incorporates a typing indicator to enhance user experience. Practical for building conversational assistants, customer support bots, or interactive information services on Telegram, this workflow demonstrates seamless integration of messaging, AI, and voice processing for versatile communication solutions.
Interactive Telegram Bot with GPT-4 Voice and Text Support
Node Count | 11 – 20 Nodes |
---|---|
Nodes Used | @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmChatOpenAi, @n8n/n8n-nodes-langchain.memoryBufferWindow, @n8n/n8n-nodes-langchain.openAi, set, switch, telegram, telegramTrigger |
Reviews
There are no reviews yet.