-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.43 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@waylaidwanderer/chatgpt-api",
"version": "1.26.1",
"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": {
"@dqbd/tiktoken": "^0.4.0",
"@fastify/cors": "^8.2.0",
"@waylaidwanderer/chatgpt-api": "^1.26.1",
"@waylaidwanderer/fastify-sse-v2": "^3.1.0",
"@waylaidwanderer/fetch-event-source": "^3.0.1",
"boxen": "^7.0.1",
"clipboardy": "^3.0.0",
"dotenv": "^16.0.3",
"fastify": "^4.11.0",
"fetch-undici": "^3.0.1",
"https-proxy-agent": "^5.0.1",
"inquirer": "^9.1.4",
"inquirer-autocomplete-prompt": "^3.0.0",
"keyv": "^4.5.2",
"keyv-file": "^0.2.0",
"ora": "^6.1.2",
"undici": "^5.20.0",
"ws": "^8.12.0"
}
}