We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
已经更新了此分支,在railway上部署了。给自己发很久后台才能看到信息,后台也能回复。但是微信已经收不到消息 日志: 🎯 Chatbot triggered: askchat 自行车速度多快? 🤖️ Chatbot says: 这取决于自行车的类型和设计,但一般来说,自行车的最高速度可以达到每小时30英里。 ❌ AssertionError [ERR_ASSERTION]: 1204 == 0
The text was updated successfully, but these errors were encountered:
我查了一下,根据这个issue,由于微信系统原因,如果某些账号为新注册,未身份认证或海外账号,自我对话会报错。详细条件为:
修复办法:
在 chatgpt.ts 中设置 disableSelfChat: boolean = true; 关闭自我对话。
chatgpt.ts
disableSelfChat: boolean = true;
Sorry, something went wrong.
No branches or pull requests
已经更新了此分支,在railway上部署了。给自己发很久后台才能看到信息,后台也能回复。但是微信已经收不到消息
日志:
🎯 Chatbot triggered: askchat 自行车速度多快?
🤖️ Chatbot says: 这取决于自行车的类型和设计,但一般来说,自行车的最高速度可以达到每小时30英里。
❌ AssertionError [ERR_ASSERTION]: 1204 == 0
The text was updated successfully, but these errors were encountered: