halbot 1990.1.81 → 1990.1.82
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 +12 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,14 +12,14 @@ alt="Halbot live demo" width="240" height="180" border="10" /></a>
|
|
|
12
12
|
|
|
13
13
|
<details>
|
|
14
14
|
<summary>Screenshots: 👈 Click here to see screenshots</summary>
|
|
15
|
-
<img width="768" alt="Screenshot
|
|
16
|
-
<img width="768" alt="Screenshot
|
|
17
|
-
<img width="768" alt="Screenshot
|
|
18
|
-
<img width="768" alt="Screenshot
|
|
19
|
-
<img width="768" alt="Screenshot
|
|
20
|
-
<img width="768" alt="Screenshot
|
|
21
|
-
<img width="768" alt="Screenshot
|
|
22
|
-
<img width="768" alt="Screenshot
|
|
15
|
+
<img width="768" alt="Screenshot 1" src="https://user-images.githubusercontent.com/233022/224584278-9c3e3374-6ac2-44ca-8d35-df7747b9c1be.png">
|
|
16
|
+
<img width="768" alt="Screenshot 2" src="https://user-images.githubusercontent.com/233022/224584280-113c03af-54b8-4724-86c7-3aa975f53c9c.png">
|
|
17
|
+
<img width="768" alt="Screenshot 3" src="https://user-images.githubusercontent.com/233022/224584281-526578f9-3f0f-4bf6-a89c-56b07f97beae.png">
|
|
18
|
+
<img width="768" alt="Screenshot 4" src="https://user-images.githubusercontent.com/233022/224584282-d12dca78-1da3-4166-ba39-6d14b78ab3e2.png">
|
|
19
|
+
<img width="768" alt="Screenshot 5" src="https://user-images.githubusercontent.com/233022/232613586-78de64ef-eb53-4a8b-afac-542c9e8975b9.jpg">
|
|
20
|
+
<img width="768" alt="Screenshot 6" src="https://user-images.githubusercontent.com/233022/232613588-c0760c87-15fc-4da8-9e92-fecae8bc7bc4.jpg">
|
|
21
|
+
<img width="768" alt="Screenshot 7" src="https://user-images.githubusercontent.com/233022/232613591-8b863245-ebfb-4f1d-8cb2-7e84be1a34e4.jpg">
|
|
22
|
+
<img width="768" alt="Screenshot 8" src="https://user-images.githubusercontent.com/233022/232613594-86180676-c302-4d12-a79c-b01f61cf13d8.jpg">
|
|
23
23
|
</details>
|
|
24
24
|
|
|
25
25
|
## Features
|
|
@@ -265,3 +265,7 @@ await halbot(config);
|
|
|
265
265
|
|
|
266
266
|
- `halbot` uses my other project [utilitas](https://github.com/Leask/utilitas) as the basic framework to handle all the dirty work.
|
|
267
267
|
- `halbot` uses [node-chatgpt-api](https://github.com/waylaidwanderer/node-chatgpt-api) to communicate with the AI engines.
|
|
268
|
+
|
|
269
|
+
## Contact me
|
|
270
|
+
|
|
271
|
+
<img width="320" alt="IMG_2289" src="https://user-images.githubusercontent.com/233022/232649734-ff356d76-1bd6-41b2-ad78-27b62e6a9020.JPG">
|
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.82",
|
|
5
5
|
"private": false,
|
|
6
6
|
"homepage": "https://github.com/Leask/halbot",
|
|
7
7
|
"type": "module",
|