halbot 1990.1.76 → 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.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,13 +30,14 @@ 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
 
39
- ## Become a sponsor to `halbot`
40
+ ## ❤️ Become a sponsor to `halbot`
40
41
 
41
42
  For $10/month, you can access the official `halbot` service for a month.
42
43
 
@@ -46,7 +47,7 @@ You don't need to pay $20/month for ChatGPT tokens separately.
46
47
 
47
48
  Additionally, `halbot` has a lot of built-in input parsers to maximize the ChatGPT engine's power.
48
49
 
49
- `halbot` can now parse webpages, YouTube videos, PDFs, images, and Office Documents. And other parsers are coming soon.
50
+ `halbot` can now parse webpages, YouTube videos, PDFs, images, Office documents, code files, and text files. And other parsers are coming soon.
50
51
 
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.
52
53
 
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.76",
4
+ "version": "1990.1.77",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/halbot",
7
7
  "type": "module",