timkmecl / chatgpt-vscode

VSCode extension that allows you to use ChatGPT or GPT4 inside the IDE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ERROR] Error: ChatGPT error 429

BorjaAres opened this issue · comments

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

You need to login to openai and setup billing information. You have exceeded your current quota for free use.

This is not an extension problem.

commented

@ivanskodje Forgive me for a beginner question.

I'm facing the same error. I have a ChatGTP4 plus (paid) account which on their website works just fine.

When I use this extension with the gtp3.5 model, I get the above error. Which is unexpected since I'm a paid member that shouldn't be facing a quota, even more so because I haven't actually been using the account before at all.

Strangely, when actually opening the openai website from your link, it says I'm on a personal account. Does that mean that a chatgpt plus account is separate from an openai account? I'm using the same credentials for both. I would of course not be eager to add billing to the openai account since I'm already a paid user of ChatGTP.

When I use this extension with the gtp4 model, it says I don't have access to it.

I'm struggling to understand how these identities relate. It seems I'm on a personal account and a plus account both at once, whilst it's a singular login.

commented

The Openai chatgpt is free but the api only provides a $5 free quota. The openai plus does not purchase any quota for api.