插件显示import failed
Felix010525 opened this issue · 8 comments
Felix010525 commented
Cosmos01 commented
你认证方式是什么样的,怎么写的?(具体密码记得打码)
Felix010525 commented
认证方式是用的邮箱和密码,具体是在auth里输的邮箱账密,邮箱之前注册过了
Cosmos01 commented
这应该是OpenAIAuth,就是revChatGPT认证模块报错,你试试换成access_token认证看看
Felix010525 commented
佬这个token应该写到哪里
GaryDu0123 commented
acheong08/ChatGPT#251
好像是关闭了auth
Cosmos01 commented
参考:https://github.com/acheong08/ChatGPT/wiki/Setup
auth.json中填写:
{
"session_token": "<YOUR_TOKEN>"
}
Cosmos01 commented
不能登录就手动登录然后填写session_token应该是可以用的
Felix010525 commented
用token成了!谢谢佬