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

"You exceeded your current quota, please check your plan and billing details.",

eStasicki opened this issue · comments

Hi!

I installed this extension and added the API key from the address: https://platform.openai.com/account/api-keys

Unfortunately, I keep getting a response from the extension:

[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
}
}

I am using WSL Ubuntu 18 as a subsystem on Windows.

Is there perhaps a solution to this problem? Thanks!

Hi!
The reason for this is probably that you had run out of OpenAI credits. When you create your account, you receive $18 in free credits which you can spend in the first three months.

So if you have either already spent them all either through this extension or somewhere else, or your account is older three months, the only way to continue using it is to add funds to you account. You can check the situation on https://platform.openai.com/account

Thank you for your explanation. Now I know why it's not working on my device.

commented

I think can close this issue, since the issue does not related to chatgpt-vscode