-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
35 lines (35 loc) · 867 Bytes
/
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
{
"name": "wechaty-chatgpt",
"version": "1.0.0",
"description": "wechat robot with chatgpt",
"main": "index.js",
"type": "module",
"scripts": {
"chatgpt": "node index.js",
"nodemon": "nodemon --watch index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [
"wechaty",
"chatgpt"
],
"author": "sunshanpeng",
"license": "Apache-2.0",
"dependencies": {
"@pinecone-database/pinecone": "^0.1.6",
"bing-chat-patch": "^0.2.3",
"chatgpt": "5.2.5",
"chromadb": "^1.5.3",
"dotenv": "^16.3.1",
"js-base64": "^3.7.5",
"langchain": "^0.0.102",
"mammoth": "^1.6.0",
"openai": "^3.3.0",
"pdf-parse": "^1.1.1",
"qrcode-terminal": "^0.12.0",
"replicate": "^0.12.3",
"wechaty": "^1.20.2",
"wechaty-puppet-wechat4u": "1.14.1"
}
}