This package provides an n8n node for interacting with the Open Web UI. It leverages the `@rxap/n8n-utilities` package and an OpenAPI definition to simplify the integration. The node allows users to connect and utilize the functionalities exposed by the Open Web UI.
Add the package to your workspace:
yarn add @rxap/n8n-nodes-open-webui
Install peer dependencies:
yarn add n8n-workflow
Execute the init generator:
yarn nx g @rxap/n8n-nodes-open-webui:init
Initialize the package in the workspace
nx g @rxap/n8n-nodes-open-webui:init