node-red-contrib-dotnsf-gpt35
v1.1.5
Published
Downloads
10
Readme
GPT 3.5 based query Node for Node-RED
Overview
Query-able node based on GPT 3.5
Pre-requisite
You need to get (free)account in Open AI API beta first.
You also have to prepare API Key here.
At last, you would prepare Node-RED.
How to use
In Node-RED, you can search node-red-contrib-dotnsf-gpt35 node. You need to install this node in your Node-RED.
You will see GPT35 node under
function
category. Drag & Drop this node into Node-RED's canvas.Open properties box. You need to edit API Key field with your API Key.
Connect nodes. You have to input query text as msg.payload into GPT35 node. Then GPT35 node would output generated text in its msg.payload.
Licensing
This code is licensed under MIT.
Copyright
2022 K.Kimura @ Juge.Me all rights reserved.