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

insufficient_quota #82

Closed improve100 closed 1 year ago

improve100 commented 1 year ago

$ chatgpt Welcome to chatgpt. You can quit with 'exit'.

Enter a prompt: hello Your request to Open AI API failed: insufficient_quota You exceeded your current quota, please check your plan and billing details.

0xacx commented 1 year ago

Well, as the message says "You exceeded your current quota, please check your plan and billing details". Have you checked your OpenAI API usage?

improve100 commented 1 year ago

image

0xacx commented 1 year ago

Your free trial has expired on April 1st. You can get chatgpt+ or create a new account.

cgumb commented 10 months ago

It is my understanding that chatgpt+ does not actually give you access to gpt-4 via the API. So if you have chatgpt+ account, but have not set up a payment method for API calls specifically, when you create an API token its use will always result in these "insufficient quota" errors.

But even if you then go and fill in payment info for API calls you still won't have access to gpt-4 via the API.

Their marketing is a bit screwed as I imagine most people who pay for ChatGPT Plus are assuming that $20 a month actually gives them access to GPT4.