halbot 1993.2.100 → 1993.2.102
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/README.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](./LICENSE)
|
|
4
4
|
[](https://github.com/Leask/halbot/actions/workflows/npm-publish.yml)
|
|
5
5
|
|
|
6
|
-
Just another `ChatGPT` / `Gemini` / `Claude` / `Azure` / `Jina` / `Ollama` Telegram
|
|
6
|
+
Just another `ChatGPT` / `Gemini` / `Claude` / `Azure` / `Jina` / `Ollama` Telegram bot, which is simple design, easy to use, extendable and fun.
|
|
7
7
|
|
|
8
8
|
Live demo, click to watch on YouTube:
|
|
9
9
|
|
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.102",
|
|
5
5
|
"private": false,
|
|
6
6
|
"homepage": "https://github.com/Leask/halbot",
|
|
7
7
|
"type": "module",
|
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
"url": "https://github.com/Leask/halbot.git"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@anthropic-ai/sdk": "^0.
|
|
32
|
+
"@anthropic-ai/sdk": "^0.53.0",
|
|
33
33
|
"@anthropic-ai/vertex-sdk": "^0.11.4",
|
|
34
34
|
"@ffmpeg-installer/ffmpeg": "^1.1.0",
|
|
35
35
|
"@ffprobe-installer/ffprobe": "^2.1.2",
|
|
36
36
|
"@google-cloud/speech": "^7.1.0",
|
|
37
37
|
"@google-cloud/text-to-speech": "^6.1.0",
|
|
38
|
-
"@google-cloud/vision": "^5.
|
|
39
|
-
"@google/genai": "^1.
|
|
38
|
+
"@google-cloud/vision": "^5.2.0",
|
|
39
|
+
"@google/genai": "^1.4.0",
|
|
40
40
|
"@mozilla/readability": "^0.6.0",
|
|
41
41
|
"fluent-ffmpeg": "^2.1.3",
|
|
42
42
|
"ioredis": "^5.6.1",
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
"mime": "^4.0.7",
|
|
47
47
|
"mysql2": "^3.14.1",
|
|
48
48
|
"office-text-extractor": "^3.0.3",
|
|
49
|
-
"openai": "^
|
|
49
|
+
"openai": "^5.1.1",
|
|
50
50
|
"pg": "^8.16.0",
|
|
51
51
|
"pgvector": "^0.2.1",
|
|
52
52
|
"telegraf": "^4.16.3",
|
|
53
53
|
"tesseract.js": "^6.0.1",
|
|
54
|
-
"utilitas": "^1999.1.
|
|
54
|
+
"utilitas": "^1999.1.77",
|
|
55
55
|
"youtube-transcript": "^1.2.1"
|
|
56
56
|
}
|
|
57
57
|
}
|