chatgpt-on-wechat
chatgpt-on-wechat copied to clipboard
语音回复为什么我在微信中使用,然后回复的是mp3文件呀,可以让他回复的是微信语音吗,求大佬帮忙解决一下
前置确认
- [X] 我确认我运行的是最新版本的代码,并且安装了所需的依赖,在FAQS中也未找到类似问题。
⚠️ 搜索issues中是否已存在类似问题
- [X] 我已经搜索过issues和disscussions,没有跟我遇到的问题相关的issue
操作系统类型?
Linux
运行的python版本是?
other
使用的chatgpt-on-wechat版本是?
Latest Release
运行的channel
类型是?
wxy(个人微信, wechaty)
复现步骤 🕹
No response
问题描述 😯
终端日志 📒
<此处粘贴终端日志>
得用wechaty
@Matsuzaka2 要如何使用wechaty呀
得用wechaty
同问大佬,怎么开wechaty模式呢?有wechaty的key了~
得用wechaty
同问大佬,怎么开wechaty模式呢?有wechaty的key了~
channel_type = wxy
There is a try: in .channel\wechat\wechaty_channel.py please add self.handler_pool = handler_pool under init:
from channel.chat_channel import handler_pool
@singleton
class WechatyChannel(ChatChannel):
NOT_SUPPORT_REPLYTYPE = []
def __init__(self):
super().__init__()
self.handler_pool = handler_pool
同问,如何让chatgpt-on-wechat回复的是微信语音,而不是mp3文件,wechaty该如何设置和使用呢?