0xacx / chatGPT-shell-cli

Simple shell script to use OpenAI's ChatGPT and DALL-E from the terminal. No Python or JS required.
https://gptshell.cc
MIT License
1.05k stars 151 forks source link

Cannot login to OpenAI #71

Closed erasmus74 closed 1 year ago

erasmus74 commented 1 year ago
❯ chatgpt

             Provide a prompt for ChatGPT, or type /help or ? to list commands.

1> /login
Enter username or email: xxxxxxxx@xxxxxxx.com
AttributeError("'NoneType' object has no attribute 'password'")```
1>

Obviously I'm trying to use it, tried installing from AUR and from pip.

uname -a:

Linux mjolnir 6.2.8-zen1-1-zen

python version

❯ python --version
Python 3.10.10

zsh shell.

0xacx commented 1 year ago

You must be using a different script. This script is written in shell, does not use python and does not have a pip package currently. Also the chat interface is different. I think you should create this issue in a different repo. I am closing this issue as it is not relevant to this repo.