Closed hongyi-zhao closed 1 year ago
Looks like the credentials weren't passed in correctly.
My config like this works just fine.
{
"email":"<my-email>","password":"<my-password>","disable_history":true,"model":"gpt-4"
}
Version: 5.0.0
Your version is very outdated and won't work properly
Please upgrade to at least Version: 6.7.6
Very good, I can achieve the purpose through the following steps:
pyenv shell 3.11.1
pyenv virtualenv ChatGPT
pyenv shell ChatGPT
pip install -U pip
cd ~/Public/repo/github.com/acheong08/ChatGPT.git/
pip install -r requirements.txt
pip install -e .
~/.config/revChatGPT/config.json
:{"email":"<my-email>","password":"<my-password>",
"proxy": "socks5h://127.0.0.1:18887",
"disable_history":true,
"model": "gpt-3.5-turbo",
"comment":"below are some comments",
"url":"https://platform.openai.com/docs/models/gpt-3-5",
"issues":"https://github.com/acheong08/ChatGPT/issues/1452#issuecomment-1616702565"
}
(ChatGPT) werner@X10DAi:~$ python3 -m revChatGPT --V1
ChatGPT - A command-line interface to OpenAI's ChatGPT (https://chat.openai.com/chat)
Repo: github.com/acheong08/ChatGPT
Version: 6.7.6
Type '!help' to show a full list of commands
Press Esc followed by Enter or Alt+Enter to send a message.
You:
Hello.
Chatbot:
Hello! How can I assist you today?
You:
But I still cannot figure out how to find the password corresponding to my email, as discussed here:
Whatever you set your password as. Doesn't work with Google/Microsoft login
If I'm using Google/Microsoft/Apple login based authentication, then how to set a separate password for the case used here?
You can only use access token in that case. There is no reverse engineered Google/Microsoft/Apple login available
The
~/.config/revChatGPT/config.json
is as follows:The error is as follows when calling V1.py: