You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Readme.md
+12-10
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
4
4
5
-
Using ChatGPT-weBot based on ChatGPTand official WeChat. [中文文档](https://github.com/SnapdragonLee/ChatGPT-weBot/Readme_ZH.md) | English
5
+
Using ChatGPT-weBot based on ChatGPT(Non-API key call) and official WeChat hook interface. [中文文档](./Readme_ZH.md) | English
6
6
7
7
<divalign="center"> <imgsrc="assets/DALL·E - A robot is working hard to transform, modify, and revolutionize the WeChat software.png"width="50%"> </div>
8
8
@@ -19,6 +19,7 @@ Using ChatGPT-weBot based on ChatGPT and official WeChat. [中文文档](https:/
19
19
-[x] Support conversation.
20
20
-[x] Support context-aware question answering
21
21
-[x]**Never get banned by using official WeChat execution.**
22
+
-[x] Set the keywords to wake up the WeChat robot in private.
22
23
-[x] Set the keywords to wake up the WeChat robot in the group. **(have bugs)**
23
24
-[x] Support replying message when mentioning your bot in the group. **(have bugs)**
24
25
-[ ] Get help doc in line. **(need work)**
@@ -35,15 +36,16 @@ Using ChatGPT-weBot based on ChatGPT and official WeChat. [中文文档](https:/
35
36
36
37
```
37
38
{
38
-
// Setting hast running locally (only local)
39
+
// Setting host running locally (only local)
39
40
"server_host": "127.0.0.1:5555",
40
41
42
+
// Whether to enable ChatGPT auto-reply function
41
43
"autoReply": true,
42
-
// Setting keyword to wake up in group chat
44
+
// Setting keyword to wake up bot in group chat
43
45
"groupChatKey": "-c",
44
46
// Using reply mode in group chat
45
47
"groupReplyMode": false,
46
-
// Setting keyword to wake up in private chat
48
+
// Setting keyword to wake up bot in private chat
47
49
"privateChatKey": "-c",
48
50
// Using reply mode in private chat
49
51
"privateReplyMode": true,
@@ -79,23 +81,23 @@ Using ChatGPT-weBot based on ChatGPT and official WeChat. [中文文档](https:/
79
81
80
82
81
83
82
-
4. Monitoring WeChat message by running a server. There is 2 way to get this:
84
+
4. Monitoring WeChat message by running a server. Here are two methods to achieve this, **please *choose 1 method***:
83
85
84
86
- Using injector named `DLLinjector_V1.0.3.exe`, then choose file named `3.6.0.18-0.0.0.008.dll` to inject.
<divalign="center"> <imgsrc="assets/DALL·E - A robot is working hard to transform, modify, and revolutionize the WeChat software.png"width="50%"> </div>
8
+
9
+
###### 作者
10
+
11
+
[Snapdragon Lee (github.com)](https://github.com/SnapdragonLee)
0 commit comments