chatgpt-on-wechat
chatgpt-on-wechat copied to clipboard
临时解决微信公众号消息前[ERROR]
⚠️ 搜索是否存在类似issue
- [X] 我已经搜索过issues和disscussions,没有发现相似issue
总结
https://github.com/zhayujie/chatgpt-on-wechat/issues/1880
这里已经解释了原因了,我这里就不过多说明,只是教大家如何临时解决!
修改文件:
/bot/chatgpt/chat_gpt_bot.py
88行
reply = Reply(ReplyType.ERROR, reply_content["content"])
修改为
reply = Reply(ReplyType.TEXT, reply_content["content"])
就这么简单
举例
No response
动机
No response
⚠️ 搜索是否存在类似issue
- [X] 我已经搜索过issues和disscussions,没有发现相似issue
总结
https://github.com/zhayujie/chatgpt-on-wechat/issues/1880 这里已经解释了原因了,我这里就不过多说明,只是教大家如何临时解决! 修改文件: /bot/chatgpt/chat_gpt_bot.py 88行
reply = Reply(ReplyType.ERROR, reply_content["content"])修改为reply = Reply(ReplyType.TEXT, reply_content["content"])就这么简单
![]()
![]()
举例
No response
动机
No response
👍
根本原因应该是使用的三方key返回的格式不是标准的openai格式