Skip to main content
Version: 2.0.0

N8N Custom Node

N8N is a workflow automation tool that allows you to automate tasks and workflows. This guide will show you how to use the LLMWhisperer custom node for N8N that interacts with the LLMWhisperer API.

The N8N custom node is available in npm as n8n-nodes-unstract
https://www.npmjs.com/package/n8n-nodes-unstract.

Installation

Installation documentation from N8N for custom community nodes.

Once installed it would be available in Community Nodes.

Confirmation of installation

Authentication Credentials

Credentials are required to authenticate with the LLMWhisperer API. New credentials can be created in N8N using the credentials section in overview. Enter "LLMWhisperer" when asked to "Select an app or service to connect to". Enter the API key.

Input Parameters

Usage

Input Parameters

Note that File Contents is binary file contents loaded from any previous node.

Refer to the API documentation for the list of input parameters and their descriptions.

Input Parameters

Typical Workflow

A typical workflow would look like this:

Typical Workflow