initial version

This commit is contained in:
Maciej Lebiest 2025-06-09 17:44:57 +02:00
parent 529afd4eaa
commit edb5499caf
3 changed files with 65 additions and 0 deletions

22
package.json Normal file
View 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": {}
}