halbot 1989.6.10 → 1989.6.12

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 +8 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,17 +7,17 @@ Just another `ChatGPT`/`Bing Chat` Telegram bob, which is simple design, easy to
7
7
 
8
8
  ## Features
9
9
 
10
- - Telegram Bot (`Telegram Bot` token required);
11
- - ChatGPT (`OpenAI` API key required);
12
- - Bing Chat (`Bing Chat` user token required);
13
- - Speech-to-text (`Google Cloud` API key required, or your own engine);
14
- - Text-to-speech (`Google Cloud` API key required, or your own engine);
15
- - Support `private` and `public` mode, with multiple authenticate methods;
16
- - `Middleware` style workflow, easy to extend;
10
+ - Telegram Bot (`Telegram Bot` token required)
11
+ - ChatGPT (`OpenAI` API key required)
12
+ - Bing Chat (`Bing Chat` user token required)
13
+ - Speech-to-text (`Google Cloud` API key required, or your own engine)
14
+ - Text-to-speech (`Google Cloud` API key required, or your own engine)
15
+ - Support `private` and `public` mode, with multiple authenticate methods.
16
+ - `Middleware` style workflow, easy to extend.
17
17
 
18
18
  ## How to use
19
19
 
20
- ### Config
20
+ ### Configuration
21
21
 
22
22
  Make the `halbot` json config file and put it in this path `~/.halbot.json`.
23
23
 
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.10",
4
+ "version": "1989.6.12",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/halbot",
7
7
  "type": "module",