AI-чатбот на базе Hugging Face в n8n

n8n · medium · 6 nodes

Stickynote Send Triggered is an n8n automation template that runs an AI chatbot powered by a Hugging Face language model, receiving messages via the built-in n8n chat interface and generating responses in real time through a Basic LLM Chain. The workflow contains 6 nodes: Manual Trigger, Sticky Note, When chat message received, Basic LLM Chain, Hugging Face Inference Model, and Error Handler. It is suited for rapid prototyping of conversational bots without external API dependencies, since the Hugging Face model runs directly inside the workflow. Trigger: manual. Integrations: Chat Trigger.