halbot 1990.1.129 → 1991.1.3
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 +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -314,8 +314,8 @@ And remember, you can always use the codes in this repo to build your own `halbo
|
|
|
314
314
|
|
|
315
315
|
## Foundations
|
|
316
316
|
|
|
317
|
-
- `halbot` uses my other project [utilitas](https://github.com/Leask/utilitas) as the basic framework to handle all the dirty work.
|
|
318
|
-
- `halbot` uses [
|
|
317
|
+
- `halbot` uses my other project [🧰 utilitas](https://github.com/Leask/utilitas) as the basic framework to handle all the dirty work.
|
|
318
|
+
- `halbot` uses [🤖 utilitas.alan](https://github.com/Leask/utilitas/blob/master/lib/alan.mjs) to communicate with the AI engines.
|
|
319
319
|
|
|
320
320
|
## Contact me
|
|
321
321
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "halbot",
|
|
3
|
-
"description": "Just another ChatGPT/
|
|
4
|
-
"version": "
|
|
3
|
+
"description": "Just another `ChatGPT` / `Gemini` / `Mistral (by ollama)` Telegram bob, which is simple design, easy to use, extendable and fun.",
|
|
4
|
+
"version": "1991.1.3",
|
|
5
5
|
"private": false,
|
|
6
6
|
"homepage": "https://github.com/Leask/halbot",
|
|
7
7
|
"type": "module",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"pgvector": "^0.1.7",
|
|
50
50
|
"telegraf": "^4.15.3",
|
|
51
51
|
"tesseract.js": "^5.0.4",
|
|
52
|
-
"utilitas": "^1995.2.
|
|
52
|
+
"utilitas": "^1995.2.58",
|
|
53
53
|
"youtube-transcript": "^1.0.6"
|
|
54
54
|
}
|
|
55
55
|
}
|