Problem both in web access and vscode plugin

  1. web access:
    When I use chatgpt through web browser, always get the following error:
"Something went wrong. If this issue persists please contact us through our help center at help.openai.com."

It will be OK if I refresh the web page. But the error occurs again if I leave the page for a little while.

  1. VSCode plugin:
    When I use API key in VSCode plugin, I will get the following error:
{
    "error": {
        "message": "You exceeded your current quota, please check your plan and billing details.",
        "type": "insufficient_quota",
        "param": null,
        "code": null
    }
}

Anyone can help? Thanks a lot.