halbot 1990.1.80 → 1990.1.81

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -260,3 +260,8 @@ const config = {
260
260
 
261
261
  await halbot(config);
262
262
  ```
263
+
264
+ ## Foundations
265
+
266
+ - `halbot` uses my other project [utilitas](https://github.com/Leask/utilitas) as the basic framework to handle all the dirty work.
267
+ - `halbot` uses [node-chatgpt-api](https://github.com/waylaidwanderer/node-chatgpt-api) to communicate with the AI engines.
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.80",
4
+ "version": "1990.1.81",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/Leask/halbot",
7
7
  "type": "module",