mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-06-02 00:57:41 +08:00
fix: avoid channel to generate not support reply
This commit is contained in:
@@ -28,6 +28,7 @@ import traceback
|
||||
|
||||
@singleton
|
||||
class WechatMPChannel(ChatChannel):
|
||||
NOT_SUPPORT_REPLYTYPE = [ReplyType.IMAGE, ReplyType.VOICE]
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
self.cache_dict = dict()
|
||||
|
||||
Reference in New Issue
Block a user