-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
48 lines (48 loc) · 1000 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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "gpt4js",
"version": "1.7.8",
"description": "Using ChatGPT4/3.5-turbo/Gemini-Pro/BlackBox and etc. unlimited and free.",
"main": "index.cjs",
"module": "index.js",
"exports": {
".": {
"import": "./index.js",
"require": "./index.cjs"
}
},
"type": "module",
"devDependencies": {
"prettier": "3.3.3"
},
"scripts": {
"prettier:format": "npx prettier --write .",
"prettier:check": "npx prettier --check ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/zachey01/gpt4free.js.git"
},
"author": "Zachey",
"license": "GNU",
"bugs": {
"url": "https://github.com/zachey01/gpt4free.js/issues"
},
"homepage": "https://github.com/zachey01/gpt4free.js#readme",
"keywords": [
"nodejs",
"bun",
"gpt-3",
"gpt-4",
"chatgpt",
"gpt4free",
"ollama",
"ollama-api",
"gemini",
"blackbox",
"javascript",
"ai",
"chatbot",
"nlp",
"machine-learning"
]
}