chatgpt-api-client
Version:
JS client for ChatGPT API
25 lines (24 loc) • 442 B
JSON
{
"name": "chatgpt-api-client",
"version": "1.0.5",
"description": "JS client for ChatGPT API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ChatGPT",
"Node.js",
"JavaScript",
"AI Model",
"API",
"Client",
"Web Browser",
"SPA"
],
"author": "Brahim SLIMANI",
"license": "ISC",
"devDependencies": {
"axios": "^1.3.1"
}
}