@sl-code-lords/openai-chatgpt
Version:
Open AI chatgpt - API
29 lines (28 loc) • 618 B
JSON
{
"name": "@sl-code-lords/openai-chatgpt",
"version": "1.0.2",
"description": "Open AI chatgpt - API",
"main": "index.js",
"scripts": {
"start": "node index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SL-CODE-LORDS/openai-chatgpt.git"
},
"keywords": [
"openai",
"chat-gpt",
"bard",
"ai"
],
"author": "Sisula Welgamage",
"bugs": {
"url": "https://github.com/SL-CODE-LORDS/openai-chatgpt/issues"
},
"homepage": "https://github.com/SL-CODE-LORDS/openai-chatgpt#readme",
"license": "ISC",
"dependencies": {
"openai": "^3.3.0"
}
}