halbot 1993.2.80 → 1993.2.82
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/lib/hal.mjs +0 -14
- package/package.json +7 -7
package/lib/hal.mjs
CHANGED
|
@@ -687,20 +687,6 @@ const subconscious = [{
|
|
|
687
687
|
);
|
|
688
688
|
await next();
|
|
689
689
|
},
|
|
690
|
-
// }, {
|
|
691
|
-
// run: true, priority: -8870, name: 'web', func: async (ctx, next) => {
|
|
692
|
-
// if (ctx.entities.some(e => e.type === 'url')) {
|
|
693
|
-
// await ctx.ok(EMOJI_LOOK);
|
|
694
|
-
// for (let e of ctx.entities) {
|
|
695
|
-
// if (e.type !== 'url') { continue; }
|
|
696
|
-
// const content = await utilitas.ignoreErrFunc(async () => (
|
|
697
|
-
// await distill(e.matched)
|
|
698
|
-
// )?.summary);
|
|
699
|
-
// content && ctx.collect(content, 'URL');
|
|
700
|
-
// }
|
|
701
|
-
// }
|
|
702
|
-
// await next();
|
|
703
|
-
// },
|
|
704
690
|
}, {
|
|
705
691
|
run: true, priority: -8860, name: 'vision', func: async (ctx, next) => {
|
|
706
692
|
ctx.collect(ctx.m?.caption || '');
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "halbot",
|
|
3
3
|
"description": "Just another `ChatGPT` / `Gemini` / `Claude` / `Azure` / `Jina` / `Ollama` Telegram bob, which is simple design, easy to use, extendable and fun.",
|
|
4
|
-
"version": "1993.2.
|
|
4
|
+
"version": "1993.2.82",
|
|
5
5
|
"private": false,
|
|
6
6
|
"homepage": "https://github.com/Leask/halbot",
|
|
7
7
|
"type": "module",
|
|
@@ -36,22 +36,22 @@
|
|
|
36
36
|
"@google-cloud/speech": "^7.0.1",
|
|
37
37
|
"@google-cloud/text-to-speech": "^6.0.1",
|
|
38
38
|
"@google-cloud/vision": "^5.1.0",
|
|
39
|
-
"@google/genai": "^0.
|
|
39
|
+
"@google/genai": "^0.9.0",
|
|
40
40
|
"@mozilla/readability": "^0.6.0",
|
|
41
41
|
"fluent-ffmpeg": "^2.1.3",
|
|
42
|
-
"ioredis": "^5.6.
|
|
42
|
+
"ioredis": "^5.6.1",
|
|
43
43
|
"js-tiktoken": "^1.0.19",
|
|
44
|
-
"jsdom": "^26.
|
|
44
|
+
"jsdom": "^26.1.0",
|
|
45
45
|
"lorem-ipsum": "^2.0.8",
|
|
46
46
|
"mime": "^4.0.7",
|
|
47
47
|
"mysql2": "^3.14.0",
|
|
48
48
|
"office-text-extractor": "^3.0.3",
|
|
49
|
-
"openai": "^4.
|
|
49
|
+
"openai": "^4.95.0",
|
|
50
50
|
"pg": "^8.14.1",
|
|
51
51
|
"pgvector": "^0.2.0",
|
|
52
52
|
"telegraf": "^4.16.3",
|
|
53
|
-
"tesseract.js": "^6.0.
|
|
54
|
-
"utilitas": "^1999.1.
|
|
53
|
+
"tesseract.js": "^6.0.1",
|
|
54
|
+
"utilitas": "^1999.1.50",
|
|
55
55
|
"youtube-transcript": "^1.2.1"
|
|
56
56
|
}
|
|
57
57
|
}
|