Press "Enter" to skip to content

n8n连接本地ollama报错:Couldn’t connect with these settings

确认n8n可以使用,且ollama客户端能调用大模型的前提下,把Base URL的localhost改为127.0.0.1即可,本地调用不用配置API Key。

另外,如果n8n部署在docker,ollama在本地,则需要配置http://host.docker.internal:11434/才能让Docker中的n8n连接上本地的ollama。

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注