halbot 1990.1.66 → 1990.1.68

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 +2 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -93,11 +93,8 @@ All supported configuration fields:
93
93
  // Adding 'group' or 'channel' may cause too much disturbance.
94
94
  "chatType": ["mention", "private"],
95
95
 
96
- // OPTIONAL, object.
97
- "prompts": {
98
- "system": "[[system prompt]]", // OPTIONAL, string.
99
- "user": "[[user prompt]]", // OPTIONAL, string.
100
- },
96
+ // OPTIONAL, string.
97
+ "hello": "[[initial prompt]]",
101
98
 
102
99
  // OPTIONAL, string.
103
100
  "info": "[[bot description]]",
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.66",
4
+ "version": "1990.1.68",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/halbot",
7
7
  "type": "module",
@@ -39,7 +39,7 @@
39
39
  "jsdom": "^21.1.1",
40
40
  "mysql2": "^3.2.1",
41
41
  "telegraf": "^4.12.2",
42
- "utilitas": "^1994.0.3",
42
+ "utilitas": "^1994.0.5",
43
43
  "youtube-transcript": "^1.0.5"
44
44
  }
45
45
  }