SnapdragonLee / ChatGPT-weBot

Chat with ChatGPT (gpt-3.5 or newer),WeChat hook interface based
660 stars 121 forks source link

无法收到回复 #1

Closed damingsi closed 1 year ago

damingsi commented 1 year ago

无法收到回复 log里面可以看到它发送了

damingsi commented 1 year ago

全部都是心跳的log 给微信发信息之后会有一个send的log 然后就没有了

SnapdragonLee commented 1 year ago

是的 revchatgpt我已经发起了issue,我推测是OpenAIAuth的问题,暂时我也没时间排查问题

hezzze commented 1 year ago

我这边是一直显示 access token is missing

然后好像是OpenAI宕机了 ...

https://status.openai.com/#

SnapdragonLee commented 1 year ago

项目基于的是逆向API,来自于acheong08/ChatGPT,昨天早上我提交了第一个issue,作者已经确认 OpenAIAuth出现了bug,详情可以查看 https://github.com/acheong08/ChatGPT/issues/846

carols1989 commented 1 year ago

删除掉rev_config.json中的access_token或者调整代码中的判断逻辑之后就能正常运行了,修改之前的代码不会去执行hearders的更新

SnapdragonLee commented 1 year ago

删除掉rev_config.json中的access_token或者调整代码中的判断逻辑之后就能正常运行了,修改之前的代码不会去执行hearders的更新

正解,已经更新