halbot 1989.6.18 → 1989.6.20

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,6 +27,7 @@ alt="Halbot live demo" width="240" height="180" border="10" /></a>
27
27
  - Text-to-speech (`Google Cloud` API key required, or your own engine)
28
28
  - Support `private` and `public` mode, with multiple authenticate methods.
29
29
  - `Middleware` style workflow, easy to extend.
30
+ - Realtime stream-style response, no more waiting.
30
31
 
31
32
  ## Run it in peace-of-mind
32
33
 
@@ -95,6 +96,8 @@ Run it in peace of mind.
95
96
  $ npx halbot
96
97
  ```
97
98
 
99
+ `If you have multible AI engines configed, use '/chatgpt' or '/bing' to switch between them, or you can use '/*' to ask them all at the same time.`
100
+
98
101
  ## Integrate to your project
99
102
 
100
103
  Install:
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.18",
4
+ "version": "1989.6.20",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/halbot",
7
7
  "type": "module",