1.0.2 • Published 1 year ago

node-red-contrib-etri-openai v1.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

node-red-contrib-etri-openai

Node-RED node for etri-openai

Install

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

npm install node-red-contrib-etri-openai

Wrapper etri-openai API

Sample parameters

msg.params = {};
msg.params.text = 'test'; //#검색어
msg.params.openapi = 'ko' //# openapi language code

return msg;

Sample flows

Sample results