We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5cef29 commit 263667aCopy full SHA for 263667a
channel/wechat/wechat_channel.py
@@ -126,7 +126,9 @@ def startup(self):
126
5. dingtalk: 钉钉
127
6. feishu: 飞书
128
7. web: 网页
129
+ 8. wcf: wechat (需Windows环境,参考 https://github.com/zhayujie/chatgpt-on-wechat/pull/2562 )
130
可修改 config.json 配置文件的 channel_type 字段进行切换""")
131
+
132
# itchat.instance.receivingRetryCount = 600 # 修改断线超时时间
133
# # login by scan QRCode
134
# hotReload = conf().get("hot_reload", False)
0 commit comments