halbot 1992.1.15 → 1992.1.17
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 +8 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -27,7 +27,8 @@ alt="Halbot live demo" width="240" height="180" border="10" /></a>
|
|
|
27
27
|
|
|
28
28
|
- [Telegram](https://telegram.org/) Bot (`Telegram Bot` token required)
|
|
29
29
|
- [ChatGPT](https://openai.com/blog/chatgpt) (`OpenAI` API key required)
|
|
30
|
-
- [Gemini](https://
|
|
30
|
+
- [Gemini](https://ai.google.dev/gemini-api/docs) (Google `Gemini` API Key required)
|
|
31
|
+
- [Claude](https://www.anthropic.com/api) (`Anthropic` API Key required)
|
|
31
32
|
- [Mistral](https://mistral.ai/) (Install [Ollama](https://github.com/jmorganca/ollama) and enable `Mistral`)
|
|
32
33
|
- Speech-to-Text (`OpenAI` or `Google Cloud` API key required, or your own engine)
|
|
33
34
|
- Text-to-Speech (`OpenAI` or `Google Cloud` API key required, or your own engine)
|
|
@@ -39,9 +40,13 @@ alt="Halbot live demo" width="240" height="180" border="10" /></a>
|
|
|
39
40
|
- `Middleware` style workflow, easy to extend.
|
|
40
41
|
- Built-in support parsing webpages, `YouTube` videos, PDFs, images, Office documents, code files, text files...
|
|
41
42
|
- Realtime stream-style response, no more waiting.
|
|
42
|
-
-
|
|
43
|
-
-
|
|
43
|
+
- Multimodal support for all supported models.
|
|
44
|
+
- Audio input and output support for supported models, not just TTS.
|
|
45
|
+
- Google `Search as a tool` support for Gemini 2.0.
|
|
46
|
+
- Markdown rendering
|
|
47
|
+
- Reference rendering
|
|
44
48
|
- Code block rendering, developers friendly.
|
|
49
|
+
- Threaded conversation support.
|
|
45
50
|
- ESM from the ground up
|
|
46
51
|
|
|
47
52
|
## Basic usage
|
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.17",
|
|
5
5
|
"private": false,
|
|
6
6
|
"homepage": "https://github.com/Leask/halbot",
|
|
7
7
|
"type": "module",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"pgvector": "^0.2.0",
|
|
52
52
|
"telegraf": "^4.16.3",
|
|
53
53
|
"tesseract.js": "^5.1.1",
|
|
54
|
-
"utilitas": "^1997.1.
|
|
54
|
+
"utilitas": "^1997.1.47",
|
|
55
55
|
"youtube-transcript": "^1.2.1"
|
|
56
56
|
}
|
|
57
57
|
}
|