halbot 1990.1.75 → 1990.1.77
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 +17 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,12 +30,29 @@ alt="Halbot live demo" width="240" height="180" border="10" /></a>
|
|
|
30
30
|
- Custom prompt and [🧠 Awesome ChatGPT Prompts](https://github.com/f/awesome-chatgpt-prompts) at your fingertips
|
|
31
31
|
- Support `private` and `public` mode, with multiple authenticate methods.
|
|
32
32
|
- `Middleware` style workflow, easy to extend.
|
|
33
|
+
- Built-in support parsing webpages, `YouTube` videos, PDFs, images, Office documents, code files, text files...
|
|
33
34
|
- Realtime stream-style response, no more waiting.
|
|
34
35
|
- Markdown rendering for GhatGPT
|
|
35
36
|
- Reference rendering for Bing Chat
|
|
36
37
|
- Code block rendering, developers friendly.
|
|
37
38
|
- ESM from the ground up
|
|
38
39
|
|
|
40
|
+
## ❤️ Become a sponsor to `halbot`
|
|
41
|
+
|
|
42
|
+
For $10/month, you can access the official `halbot` service for a month.
|
|
43
|
+
|
|
44
|
+
You don't need to pay $20/month for ChatGPT tokens separately.
|
|
45
|
+
|
|
46
|
+
`halbot` is stable. It has a better user experience than the official web app. You can access `halbot` from your favourite Telegram apps on your phone, tablet and computer.
|
|
47
|
+
|
|
48
|
+
Additionally, `halbot` has a lot of built-in input parsers to maximize the ChatGPT engine's power.
|
|
49
|
+
|
|
50
|
+
`halbot` can now parse webpages, YouTube videos, PDFs, images, Office documents, code files, and text files. And other parsers are coming soon.
|
|
51
|
+
|
|
52
|
+
`halbot` also supports Text-to-Speech and Speech-to-Text. You can `talk` to the AI engines to get help with your job.
|
|
53
|
+
|
|
54
|
+
And remember, you can always use the codes in this repo to build your own `halbot` instant. This project will keep open source forever.
|
|
55
|
+
|
|
39
56
|
## Basic usage
|
|
40
57
|
|
|
41
58
|
### Configuration
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "halbot",
|
|
3
3
|
"description": "Just another ChatGPT/Bing Chat Telegram bob, which is simple design, easy to use, extendable and fun.",
|
|
4
|
-
"version": "1990.1.
|
|
4
|
+
"version": "1990.1.77",
|
|
5
5
|
"private": false,
|
|
6
6
|
"homepage": "https://github.com/Leask/halbot",
|
|
7
7
|
"type": "module",
|