halbot 1990.1.74 → 1990.1.76

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.
Files changed (2) hide show
  1. package/README.md +16 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,6 +36,22 @@ alt="Halbot live demo" width="240" height="180" border="10" /></a>
36
36
  - Code block rendering, developers friendly.
37
37
  - ESM from the ground up
38
38
 
39
+ ## Become a sponsor to `halbot`
40
+
41
+ For $10/month, you can access the official `halbot` service for a month.
42
+
43
+ You don't need to pay $20/month for ChatGPT tokens separately.
44
+
45
+ `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.
46
+
47
+ Additionally, `halbot` has a lot of built-in input parsers to maximize the ChatGPT engine's power.
48
+
49
+ `halbot` can now parse webpages, YouTube videos, PDFs, images, and Office Documents. And other parsers are coming soon.
50
+
51
+ `halbot` also supports Text-to-Speech and Speech-to-Text. You can `talk` to the AI engines to get help with your job.
52
+
53
+ And remember, you can always use the codes in this repo to build your own `halbot` instant. This project will keep open source forever.
54
+
39
55
  ## Basic usage
40
56
 
41
57
  ### 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.74",
4
+ "version": "1990.1.76",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/halbot",
7
7
  "type": "module",