n8n-nodes-syrus-ai-model
v0.1.1
Published
n8n node for Syrus AI Language Models
Maintainers
Readme
n8n-nodes-syrus-ai-model
This is an n8n community node to use Syrus AI Language Models in your n8n workflows.
Features
- Syrus AI Chat Model: Connects to the Syrus AI API (
https://api.syrus.ia.br) to generate text responses. - Compatible with n8n's AI Agent node.
Installation
Community Node (Custom)
You can install this node by following these steps:
- Go to Settings > Community Nodes.
- Select Install.
- Enter the npm package name
n8n-nodes-syrus-ai-model.
Manual Installation (Local)
- Clone this repository.
- Run
npm run build. - Link the package to your n8n installation (see n8n docs).
Credentials
You need a Syrus AI API Key to use this node.
- Obtain your API Key from Syrus AI.
- In n8n, create a new credential for Syrus AI API.
- Enter your
API Key.
Usage
- Add an AI Agent node to your workflow.
- Connect the Model input of the AI Agent node to the Syrus AI Chat Model node.
- Configure your prompt in the AI Agent node.
Development
npm install: Install dependencies.npm run build: Build the node (compiles TypeScript and copies icons).npm run dev: Watch for changes.
Publishing
To publish to npm:
- Update version in
package.json. - Run
npm login. - Run
npm publish --access public.
