@statuscompliance/ai
v1.0.3
Published
Collection of STATUS project components that are responsible for performing ai resquest / responses to Google Gemini API
Maintainers
Readme
Description
The @statuscompliance/ai package contains a custom Node-Red node called ai-response that provides an ai asistant response using google Gemini Model.
Features
- Takes an input prompt from msg.payload.
- You can customize the ai response context on the
Sistem Promptinput field. - Returns the AI Model response for further operations.
Installation
You can install the package directly via npm:
npm install @statuscompliance/aiOr add it to your package.json and run npm install:
{
"dependencies": {
"@statuscompliance/ai": "^1.0.0"
}
}Nodes Overview
This package includes the following custom nodes for use in Node-RED:
- ai-response: Manages AI response using Google Gemini API.
License
This package is licensed under the Apache-2.0 License.
Author and Contributors
- Author: Álvaro Bernal
- Contributor: Francisco Montero
Repository
You can find the source code and contribute to this project on GitHub:
