使用n8n和Ollama与本地LLM对话
初级
这是一个AI领域的自动化工作流,包含 5 个节点。主要使用 ChainLlm, ChatTrigger, LmChatOllama 等节点,结合人工智能技术实现智能自动化。 使用n8n和Ollama与本地大语言模型对话
前置要求
- •AI 服务 API Key(如 OpenAI、Anthropic 等)
分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "af8RV5b2TWB2LclA",
"meta": {
"instanceId": "95f2ab28b3dabb8da5d47aa5145b95fe3845f47b20d6343dd5256b6a28ba8fab",
"templateCredsSetupCompleted": true
},
"name": "使用 n8n 和 Ollama 与本地 LLM 聊天",
"tags": [],
"nodes": [
{
"id": "475385fa-28f3-45c4-bd1a-10dde79f74f2",
"name": "当收到聊天消息时",
"type": "@n8n/n8n-nodes-langchain.chatTrigger",
"position": [
700,
460
],
"webhookId": "ebdeba3f-6b4f-49f3-ba0a-8253dd226161",
"parameters": {
"options": {}
},
"typeVersion": 1.1
},
{
"id": "61133dc6-dcd9-44ff-85f2-5d8cc2ce813e",
"name": "Ollama 聊天模型",
"type": "@n8n/n8n-nodes-langchain.lmChatOllama",
"position": [
900,
680
],
"parameters": {
"options": {}
},
"credentials": {
"ollamaApi": {
"id": "MyYvr1tcNQ4e7M6l",
"name": "Local Ollama"
}
},
"typeVersion": 1
},
{
"id": "3e89571f-7c87-44c6-8cfd-4903d5e1cdc5",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
160,
80
],
"parameters": {
"width": 485,
"height": 473,
"content": "## 使用 n8n 和 Ollama 与本地 LLM 聊天"
},
"typeVersion": 1
},
{
"id": "9345cadf-a72e-4d3d-b9f0-d670744065fe",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
1040,
660
],
"parameters": {
"color": 6,
"width": 368,
"height": 258,
"content": "## Ollama 设置"
},
"typeVersion": 1
},
{
"id": "eeffdd4e-6795-4ebc-84f7-87b5ac4167d9",
"name": "聊天 LLM 链",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
920,
460
],
"parameters": {},
"typeVersion": 1.4
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "3af03daa-e085-4774-8676-41578a4cba2d",
"connections": {
"Ollama Chat Model": {
"ai_languageModel": [
[
{
"node": "Chat LLM Chain",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"When chat message received": {
"main": [
[
{
"node": "Chat LLM Chain",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
初级 - 人工智能
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
研究型 AI Agent:抓取并总结文章并保存到 Notion(Gemini、Browserless)
AI智能助手:抓取、总结文章并保存至Notion(Gemini,Browserless)
Notion Tool
Discord Tool
Agent
+4
9 节点Mihai Farcas
其他
使用RAG(Pinecone和OpenAI)与GitHub OpenAPI规范对话
与GitHub API文档对话:基于RAG的聊天机器人,使用Pinecone和OpenAI
Http Request
Manual Trigger
Agent
+9
17 节点Mihai Farcas
工程
股票情绪分析
使用Gemini和SearXNG进行新闻研究和情感分析的AI代理
Date Time Tool
Agent
Chat Trigger
+3
7 节点Mihai Farcas
人工智能
用于存储在Google Drive中的公司文档的RAG工作流
使用Google Drive和Gemini的公司文档RAG聊天机器人
Google Drive
Agent
Google Drive Trigger
+9
18 节点Mihai Farcas
人工智能
使用自托管LLM Mistral NeMo提取个人数据
使用自托管LLM Mistral NeMo提取个人数据
Set
Chain Llm
Chat Trigger
+5
13 节点Yulia
构建模块
🐋 DeepSeek V3 聊天与 R1 推理快速入门
🐋 DeepSeek V3 聊天与 R1 推理快速入门
Http Request
Agent
Chain Llm
+5
15 节点Joseph LePage
构建模块
工作流信息
难度等级
初级
节点数量5
分类1
节点类型4
作者
Mihai Farcas
@mihailtdFull-stack developer with 5+ years streamlining healthcare processes. Proficient in NodeJS, VueJS, MongoDB, PostgreSQL, Kubernetes, and n8n. Ready to optimize your workflows – book a consult via my link.
外部链接
在 n8n.io 查看 →
分享此工作流