jucasoliveira / terminalGPT

Get GPT like chatGPT on your terminal
MIT License
1.01k stars 182 forks source link

Keep getting 'API Rate Limit Exceeded' #45

Closed Yegiyan closed 1 year ago

Yegiyan commented 1 year ago

Everything appears to have installed correctly, unfortunately I haven't been able to speak to ChatGPT as I keep receiving this error.

WindowsTerminal_Wu2bN7QmRt

jucasoliveira commented 1 year ago

Thanks for the report @Yegiyan , I'll be looking into it!

themodmin commented 1 year ago

same here

victorminne commented 1 year ago

same here image

kwuite commented 1 year ago

still an issue

chenzhenguo commented 1 year ago

i gass your free api token is expired,have to pay for api token

ChocolateMagnate commented 1 year ago

I also keep having after a fresh installation. Waiting for a minute doesn't help, and I couldn't send a single message with an API token generated minutes ago. image

chenzhenguo commented 1 year ago

邮件发送失败

Glydric commented 1 year ago

This problem is equals to the following json response

{
    "error": {
        "message": "You exceeded your current quota, please check your plan and billing details.",
        "type": "insufficient_quota",
        "param": null,
        "code": "insufficient_quota"
    }
}

A fix might be use custom API endpoint, maybe can be added as a new feature

chenzhenguo commented 1 year ago

邮件发送失败

kromanow94 commented 1 year ago

In my case the solution was to add some credit balance in billing page.

chenzhenguo commented 1 year ago

邮件发送失败

jucasoliveira commented 1 year ago

Hello @everyone:

This issue is related to Account <> OpenAI. TerminalGPT uses OpenAI API and the user key(encrypted) to send request and return an answer. The error message is been returned from OpenAI, so I consider this a non issue of TerminalGPT.

Since this issue where created from old versions, I suggest everyone to update terminalGPT and make new tests to verify if the error still exists.

Reminder

Before reopen this issue, always try to verify if your openAI account is not blocked or have insufficient funds.

More to come

This is a good issue to write about troubleshooting, if someone wants to contribute, feel free to do so. ATM I'm working on a new version of terminalGPT, in a new repo, I'll be announcing soon!