apexify.js 4.5.7 → 4.5.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +43 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apexify.js",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.8",
|
|
4
4
|
"description": "Ai and Canvas library. Supports ts & js (supports front/back end).",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"author": "zenith-79",
|
|
@@ -19,6 +19,42 @@
|
|
|
19
19
|
"keywords": [
|
|
20
20
|
"apexify",
|
|
21
21
|
"apexify.js",
|
|
22
|
+
"chat bot",
|
|
23
|
+
"chatbot",
|
|
24
|
+
"chat-bot",
|
|
25
|
+
"ai chat",
|
|
26
|
+
"ai history",
|
|
27
|
+
"chatbot history",
|
|
28
|
+
"chat bot memory",
|
|
29
|
+
"chat bot roleplay",
|
|
30
|
+
"roleplay",
|
|
31
|
+
"custom ai",
|
|
32
|
+
"openai",
|
|
33
|
+
"ai",
|
|
34
|
+
"image-vision",
|
|
35
|
+
"vision",
|
|
36
|
+
"image vision",
|
|
37
|
+
"image analyzer",
|
|
38
|
+
"image-analyzer",
|
|
39
|
+
"image-analysis",
|
|
40
|
+
"gpt",
|
|
41
|
+
"chatgpt",
|
|
42
|
+
"turbo",
|
|
43
|
+
"gpt-4",
|
|
44
|
+
"gpt-4o",
|
|
45
|
+
"chat",
|
|
46
|
+
"assistant",
|
|
47
|
+
"system",
|
|
48
|
+
"role",
|
|
49
|
+
"user",
|
|
50
|
+
"text2image",
|
|
51
|
+
"image2text",
|
|
52
|
+
"smartestchatbot",
|
|
53
|
+
"smartchatbot",
|
|
54
|
+
"bot",
|
|
55
|
+
"gpt4",
|
|
56
|
+
"gpt3",
|
|
57
|
+
"image analysis",
|
|
22
58
|
"manipulation",
|
|
23
59
|
"gemini-pro",
|
|
24
60
|
"gemini",
|
|
@@ -159,10 +195,6 @@
|
|
|
159
195
|
"@google/generative-ai": "^0.14.1",
|
|
160
196
|
"@iamtraction/google-translate": "^2.0.1",
|
|
161
197
|
"@napi-rs/canvas": "^0.1.53",
|
|
162
|
-
"@types/gifencoder": "^2.0.3",
|
|
163
|
-
"@types/node": "^20.14.10",
|
|
164
|
-
"@types/pdf-parse": "^1.1.4",
|
|
165
|
-
"apexify.js": "^4.2.3",
|
|
166
198
|
"api": "^6.1.2",
|
|
167
199
|
"csv-parse": "^5.5.6",
|
|
168
200
|
"discord.js": "^14.15.3",
|
|
@@ -172,11 +204,15 @@
|
|
|
172
204
|
"imgur": "^1.0.2",
|
|
173
205
|
"jimp": "^0.22.12",
|
|
174
206
|
"pdf-parse": "^1.1.1",
|
|
175
|
-
"rsnchat": "^4.0.1",
|
|
176
207
|
"sharp": "^0.33.4",
|
|
177
208
|
"tesseract.js": "^5.1.0",
|
|
178
209
|
"ts-node": "^10.9.2",
|
|
179
210
|
"typescript": "^5.5.3",
|
|
180
|
-
"verse.db": "^2.
|
|
211
|
+
"verse.db": "^2.2.15"
|
|
212
|
+
},
|
|
213
|
+
"devDependencies": {
|
|
214
|
+
"@types/gifencoder": "^2.0.3",
|
|
215
|
+
"@types/node": "^22.5.4",
|
|
216
|
+
"@types/pdf-parse": "^1.1.4"
|
|
181
217
|
}
|
|
182
218
|
}
|