node-red-contrib-dialoqbase

1.0.1 • Public • Published

node-red-contrib-dialoqbase

Node-RED node for dialoqbase

Install

To install the stable version use the Menu - Manage palette - Install option and search for node-red-contrib-dialoqbase, or run the following command in your Node-RED user directory, typically ~/.node-red

npm install node-red-contrib-dialoqbase

Wrapper dialoqbase API

Sample parameters

msg.api = 'bot';
msg.method = 'post' // get, post, put, delete, default:get
msg.params = {
    name: "Test Bot 2",
    model: "claude-3-opus-20240229",
    embedding: "nomic-ai/nomic-embed-text-v1.5"
}
return msg;

Sample Flow

You can make this json string into a flow by using the node-red flow import function.

alt

alt

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i node-red-contrib-dialoqbase

    Weekly Downloads

    4

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    72.2 kB

    Total Files

    14

    Last publish

    Collaborators

    • gagagiga