halbot 1992.1.18 → 1992.1.20
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 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -41,6 +41,7 @@ alt="Halbot live demo" width="240" height="180" border="10" /></a>
|
|
|
41
41
|
- Built-in support parsing webpages, `YouTube` videos, PDFs, images, Office documents, code files, text files...
|
|
42
42
|
- Realtime stream-style response, no more waiting.
|
|
43
43
|
- Multimodal support for all supported models.
|
|
44
|
+
- Automatically selects the optimal model for the task.
|
|
44
45
|
- Audio input and output support for supported models, not just TTS.
|
|
45
46
|
- Google `Search as a tool` support for [Gemini 2.0](https://ai.google.dev/gemini-api/docs/models/gemini-v2).
|
|
46
47
|
- Markdown rendering
|
|
@@ -319,6 +320,7 @@ await halbot(config);
|
|
|
319
320
|
## Foundations
|
|
320
321
|
|
|
321
322
|
- `halbot` uses my other project [🧰 utilitas](https://github.com/Leask/utilitas) as the basic framework to handle all the dirty work.
|
|
323
|
+
- `halbot` uses [🤖 utilitas.bot](https://github.com/Leask/utilitas/blob/master/lib/bot.mjs) as a Telegram bot engine.
|
|
322
324
|
- `halbot` uses [🤖 utilitas.alan](https://github.com/Leask/utilitas/blob/master/lib/alan.mjs) to communicate with the AI engines.
|
|
323
325
|
|
|
324
326
|
## Contact me
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "halbot",
|
|
3
3
|
"description": "Just another `ChatGPT` / `Gemini` / `Mistral (by ollama)` Telegram bob, which is simple design, easy to use, extendable and fun.",
|
|
4
|
-
"version": "1992.1.
|
|
4
|
+
"version": "1992.1.20",
|
|
5
5
|
"private": false,
|
|
6
6
|
"homepage": "https://github.com/Leask/halbot",
|
|
7
7
|
"type": "module",
|