node-red-contrib-etri-openai
v1.0.2
Published
Node-RED node for etri-openai
Downloads
6
Maintainers
Readme
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
- https://aiopen.etri.re.kr/serviceList
Sample parameters
msg.params = {};
msg.params.text = 'test'; //#검색어
msg.params.openapi = 'ko' //# openapi language code
return msg;
Sample flows
Sample results