Automate Telegram AI Bot for Voice and Text Message Processing - n8n Workflow | Neura Market
Automate Telegram AI Bot for Voice and Text Message Processing
This n8n workflow automates a Telegram AI bot that processes both voice and text messages, utilizing OpenAI's GPT-4 and Whisper for natural language understanding and transcription. It offers short-term memory capabilities and customizable responses.
This workflow is designed to enhance interaction with a Telegram bot by integrating AI capabilities for processing both text and voice messages. It leverages OpenAI's GPT-4 for generating responses and Whisper for transcribing voice messages. The workflow includes memory buffering to remember the last few interactions, providing a more contextual and coherent conversation. Users can customize the AI models and extend functionality with additional tools like LangChain.
Platform
n8n
Category
AI
Price
Free
Creator
Isla Campbell
how-to-build-a-telegram-bot-with-n8n
set
switch
telegram
stickyNote
agent
telegramTrigger
openAi
lmChatOpenAi
memoryBufferWindow
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.