UNPKG

@evertech/chatgpt-api-patched

Version:

A ChatGPT implementation using the official ChatGPT model via OpenAI's API.

58 lines (57 loc) 1.41 kB
{ "name": "@evertech/chatgpt-api-patched", "version": "1.17.4-patched.2", "description": "A ChatGPT implementation using the official ChatGPT model via OpenAI's API.", "main": "index.js", "bin": { "chatgpt-api": "bin/server.js", "chatgpt-cli": "bin/cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node bin/server.js", "server": "node bin/server.js", "cli": "node bin/cli.js" }, "author": "waylaidwanderer", "license": "MIT", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/waylaidwanderer/node-chatgpt-api.git" }, "keywords": [ "api", "cli", "bing", "api-server", "openai", "api-rest", "gpt", "bing-api", "bing-search", "gpt-3", "openai-api", "gpt-4", "chatgpt", "chatgpt-api", "bing-chat" ], "dependencies": { "@fastify/cors": "^8.2.0", "@waylaidwanderer/fetch-event-source": "^3.0.1", "boxen": "^7.0.1", "clipboardy": "^3.0.0", "dotenv": "^16.0.3", "fastify": "^4.11.0", "fastify-sse-v2": "^3.0.0", "fetch-undici": "^3.0.1", "gpt-3-encoder": "^1.1.4", "inquirer": "^9.1.4", "inquirer-autocomplete-prompt": "^3.0.0", "keyv": "^4.5.2", "keyv-file": "^0.2.0", "ora": "^6.1.2", "ws": "^8.12.0" } }