Ollama Chat
detail.loadingPreview
Integrates Ollama LLM for chat message processing.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow creates a chat interface that processes messages using the Llama 3.2 model through Ollama. When a chat message is received, it gets processed through a basic LLM chain and returns a structured JSON object.
Key Features
- Integrates with Ollama for LLM capabilities.
- Processes incoming chat messages.
- Uses Llama 3.2 model for responses.
- Returns structured JSON output.
How To Use
- Import this workflow into your n8n instance.
- Configure Ollama API credentials in n8n.
- Ensure the Llama 3.2 model is available in your Ollama installation.
- Trigger the workflow with chat messages.
Apps Used
Workflow JSON
{
"id": "1097c0e1-422f-4089-b4c5-27d331302481",
"name": "Ollama Chat",
"nodes": 0,
"category": "AI & Machine Learning",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 1097c0e1-422f...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Chat with Local LLMs via Ollama
Integrate and chat with your local Large Language Models using Ollama and n8n.
Create an AI-Powered Telegram Bot with Langchain and DALL-E 3
Build a sophisticated Telegram bot using n8n, integrating Langchain for AI conversation and DALL-E 3 for image generation. This workflow allows for dynamic chat interactions and creative image creation directly through Telegram.
Build a Conversational AI Agent with LangChain, Tools, and Memory in n8n
This workflow demonstrates how to create an intelligent AI agent using LangChain in n8n. It leverages an OpenAI model, buffer memory for conversation history, and external tools like Wikipedia and SerpAPI for enhanced responses. The 'On new manual Chat Message' node initiates the agent's interaction.
Automated Car Insurance Quote Generator with AI and Vector Store
This n8n workflow generates car insurance quotes using an AI agent. It leverages LangChain nodes like Webhook, Text Splitter, Embeddings, and Vector Store (Pinecone) to process and retrieve relevant information, then logs the results to a Google Sheet.
AI-Powered Company Research and Enrichment for Google Sheets
Leverage AI with OpenAI and LangChain to automatically research companies, extract key data like domain, market, and pricing, and update Google Sheets. This workflow uses the 'OpenAI Chat Model', 'get_website_content' tool, and 'SerpAPI - Search Google' to enrich your data.
Transform Images to Lego Style with Line Bot and DALL-E
This workflow automates image transformation to a Lego style using a Line bot webhook, DALL-E for prompt generation, and DALL-E for image creation. It's ideal for creative applications and custom content generation.