node-red-contrib-custom-chatgpt
Version:
A Node-RED node that interacts with OpenAI machine learning models to generate text and image outputs like 'ChatGPT', 'DALL·E 2', and 'DALL·E 3'.
56 lines (55 loc) • 1.36 kB
JSON
{
"name": "node-red-contrib-custom-chatgpt",
"version": "1.3.6",
"description": "A Node-RED node that interacts with OpenAI machine learning models to generate text and image outputs like 'ChatGPT', 'DALL·E 2', and 'DALL·E 3'.",
"main": "chatgpt.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HaroldPetersInskipp/node-red-contrib-chatgpt.git"
},
"keywords": [
"node-red",
"chatgpt",
"nodejs",
"javascript",
"api",
"flow",
"npm",
"machine-learning",
"node",
"example",
"text-generation",
"openai",
"image-generation",
"code-generation",
"conversational-ai",
"gpt-3",
"gpt-4",
"dall-e-3",
"ai"
],
"node-red": {
"version": ">=2.0.0",
"nodes": {
"ChatGPT": "chatgpt.js"
}
},
"engines": {
"node": ">=18.0.0"
},
"author": {
"name": "Harold Peters Inskipp",
"email": "HaroldPetersInskipp@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/HaroldPetersInskipp/node-red-contrib-chatgpt/issues"
},
"homepage": "https://github.com/HaroldPetersInskipp/node-red-contrib-chatgpt#readme",
"dependencies": {
"openai": "^4.73.0"
}
}