Skip to content

Lemonade 证书(Lemonade credentials)#

你可以使用以下凭据验证以下节点:

🌐 You can use these credentials to authenticate the following nodes:

先决条件(Prerequisites)#

Lemonade 在本地运行 AI 推断。这些节点直接连接到在你的计算机或网络上运行的 Lemonade 服务器进程。请在 n8n 中创建凭证之前 安装并运行 Lemonade 服务器

🌐 Lemonade runs AI inference locally. These nodes connect directly to a Lemonade server process running on your machine or network. Install and run Lemonade server before creating credentials in n8n.

支持的身份验证方法(Supported authentication methods)#

  • 柠檬水服务器连接

有关此服务的更多信息,请参阅 Lemonade 的文档

🌐 Refer to Lemonade's documentation for more information about the service.

View n8n's Advanced AI documentation.

配置 Lemonade 服务器连接(Configuring Lemonade server connection)#

要配置此凭据,你需要:

🌐 To configure this credential, you'll need:

  • 基础 URL:你的 Lemonade 服务器的 URL,包括 API 路径。本地安装的默认值是 http://localhost:8000/api/v1。如果你在 Docker 中运行 n8n,请改用 http://host.docker.internal:8000/api/v1。如果你的 Lemonade 服务器位于远程机器上,请将 localhost 替换为服务器地址。
  • API 密钥(可选):用于 Lemonade 服务器身份验证的可选 API 密钥。默认的 Lemonade 安装不需要此密钥。