halbot 1989.6.20 → 1989.6.22

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 +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,6 +28,10 @@ alt="Halbot live demo" width="240" height="180" border="10" /></a>
28
28
  - Support `private` and `public` mode, with multiple authenticate methods.
29
29
  - `Middleware` style workflow, easy to extend.
30
30
  - Realtime stream-style response, no more waiting.
31
+ - Markdown rendering for GhatGPT
32
+ - Reference rendering for Bing Chat
33
+ - Code block rendering, developers friendly.
34
+ - ESM from the ground up
31
35
 
32
36
  ## Run it in peace-of-mind
33
37
 
@@ -135,7 +139,7 @@ const config = {
135
139
  // Your own speech-to-text and text-to-speech engine.
136
140
  speech: {
137
141
  stt: [[sttClient]],
138
- tts: [[ttsClient]]]],
142
+ tts: [[ttsClient]],
139
143
  },
140
144
 
141
145
  // OPTIONAL, string.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "halbot",
3
3
  "description": "Just another ChatGPT/Bing Telegram bob.",
4
- "version": "1989.6.20",
4
+ "version": "1989.6.22",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/halbot",
7
7
  "type": "module",