halbot 1990.1.79 → 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.
- package/README.md +14 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,11 +11,15 @@ Live demo, click to watch on YouTube:
|
|
|
11
11
|
alt="Halbot live demo" width="240" height="180" border="10" /></a>
|
|
12
12
|
|
|
13
13
|
<details>
|
|
14
|
-
<summary>Screenshots
|
|
15
|
-
<img width="
|
|
16
|
-
<img width="
|
|
17
|
-
<img width="
|
|
18
|
-
<img width="
|
|
14
|
+
<summary>Screenshots: 👈 Click here to see screenshots</summary>
|
|
15
|
+
<img width="768" alt="Screenshot 2023-03-12 at 10 59 59 AM" src="https://user-images.githubusercontent.com/233022/224584278-9c3e3374-6ac2-44ca-8d35-df7747b9c1be.png">
|
|
16
|
+
<img width="768" alt="Screenshot 2023-03-12 at 11 00 34 AM" src="https://user-images.githubusercontent.com/233022/224584280-113c03af-54b8-4724-86c7-3aa975f53c9c.png">
|
|
17
|
+
<img width="768" alt="Screenshot 2023-03-12 at 11 00 17 AM" src="https://user-images.githubusercontent.com/233022/224584281-526578f9-3f0f-4bf6-a89c-56b07f97beae.png">
|
|
18
|
+
<img width="768" alt="Screenshot 2023-03-12 at 10 58 11 AM" src="https://user-images.githubusercontent.com/233022/224584282-d12dca78-1da3-4166-ba39-6d14b78ab3e2.png">
|
|
19
|
+
<img width="768" alt="Screenshot 2023-03-12 at 10 58 11 AM" src="https://user-images.githubusercontent.com/233022/232613586-78de64ef-eb53-4a8b-afac-542c9e8975b9.jpg">
|
|
20
|
+
<img width="768" alt="Screenshot 2023-03-12 at 10 58 11 AM" src="https://user-images.githubusercontent.com/233022/232613588-c0760c87-15fc-4da8-9e92-fecae8bc7bc4.jpg">
|
|
21
|
+
<img width="768" alt="Screenshot 2023-03-12 at 10 58 11 AM" src="https://user-images.githubusercontent.com/233022/232613591-8b863245-ebfb-4f1d-8cb2-7e84be1a34e4.jpg">
|
|
22
|
+
<img width="768" alt="Screenshot 2023-03-12 at 10 58 11 AM" src="https://user-images.githubusercontent.com/233022/232613594-86180676-c302-4d12-a79c-b01f61cf13d8.jpg">
|
|
19
23
|
</details>
|
|
20
24
|
|
|
21
25
|
## Features
|
|
@@ -256,3 +260,8 @@ const config = {
|
|
|
256
260
|
|
|
257
261
|
await halbot(config);
|
|
258
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.
|
|
4
|
+
"version": "1990.1.81",
|
|
5
5
|
"private": false,
|
|
6
6
|
"homepage": "https://github.com/Leask/halbot",
|
|
7
7
|
"type": "module",
|