chatgpt-lib
Version:
Simple javascript wrapper for ChatGPT's unofficial web API
25 lines (24 loc) • 523 B
JSON
{
"name": "chatgpt-lib",
"version": "0.3.0",
"description": "Simple javascript wrapper for ChatGPT's unofficial web API",
"main": "index.js",
"keywords": [
"ChatGPT",
"OpenAI",
"AI",
"NLP"
],
"author": "Mix-Anik",
"repository": {
"type": "git",
"url": "git+https://github.com/Mix-Anik/chatgpt-lib.git"
},
"homepage": "https://github.com/Mix-Anik/chatgpt-lib",
"license": "MIT",
"dependencies": {
"axios": "^1.2.0",
"prompt-sync": "^4.2.0",
"uuid": "^9.0.0"
}
}