Closed jonsen-liu closed 1 year ago
最近可能第三方库也变化了,我没更新工程,所以导致了这个问题,有兴趣可以看下第三方库的具体变化尝试解决。
我对python不太了解,不过我尝试了下,revChatGPT.revChatGPT 改为 revChatGPT.official 没有报错了,但是通过session_token登录提示登陆失败,让账户密码登陆
我对python不太了解,不过我尝试了下,revChatGPT.revChatGPT 改为 revChatGPT.official 没有报错了,但是通过session_token登录提示登陆失败,让账户密码登陆
是的,openai对接口做了限制,需要使用自己的账户和token了现在
我是用的自己的session_token
我是用的自己的session_token
你可以参考下revChatGPT这个项目文档,可能后来登陆方式又有变化?我很久没有跟进了
好的,谢谢了
@jonsen-liu 网上看到的,好像挂了 revChatGPT仓库已经归档,基于逆向API的bot基本上挂掉了。
@jonsen-liu 网上看到的,好像挂了 revChatGPT仓库已经归档,基于逆向API的bot基本上挂掉了。
You can use this module https://github.com/acheong08/ChatGPT
@moskalukigor thank you 👍
Considered solved, closing. Reopen if necessary.
已经install过了, python app.py
Traceback (most recent call last): File "C:\Users\Administrator\Desktop\ChineseAiDungeonChatGPT\app.py", line 8, in
from story import StoryTeller
File "C:\Users\Administrator\Desktop\ChineseAiDungeonChatGPT\story.py", line 1, in
from revChatGPT.revChatGPT import Chatbot
ModuleNotFoundError: No module named 'revChatGPT.revChatGPT'