shell_gpt
shell_gpt copied to clipboard
⚠️ Please check our wiki page before creating new issue
I have a general question: Is this application intended to be used with a paid API key?
Because I have a free OpenAI account without any credits on it and this application, whenever I tried to use it, throws a 429 error code.
I use another ChatGPT cli application (https://github.com/acheong08/ChatGPT/) with the option to login via username and password credentials and this application actually works most of the time.
Edit: I think I found the answer to my question. The https://github.com/acheong08/ChatGPT project uses the login session and not an API key. That is way it works with a free OpenAI account.
Maybe this approach would also be interesting for this project.