initial version
This commit is contained in:
parent
529afd4eaa
commit
edb5499caf
3 changed files with 65 additions and 0 deletions
22
package.json
Normal file
22
package.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "node-red-contrib-openai-config",
|
||||
"version": "1.0.0",
|
||||
"description": "A configuration node for OpenAI-like API URL and token",
|
||||
"main": "openai-config.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"keywords": [
|
||||
"node-red",
|
||||
"openai",
|
||||
"config"
|
||||
],
|
||||
"author": "Your Name",
|
||||
"license": "MIT",
|
||||
"node-red": {
|
||||
"nodes": {
|
||||
"openai-config": "openai-config.js"
|
||||
}
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue