You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can see it has a lot of issues on here that need resolving, but how about this error message when I try to do anything:
{
"error": {
"message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.",
"type": "insufficient_quota",
"param": null,
"code": "insufficient_quota"
}
}
Message from Better ChatGPT:
We recommend changing your API endpoint or API key
And that's not to forget this one when I try to change the gpt version:
{
"error": {
"message": "The model gpt-4 does not exist or you do not have access to it.",
"type": "invalid_request_error",
"param": null,
"code": "model_not_found"
}
}
Message from Better ChatGPT:
Please ensure that you have access to the GPT-4 API!
If this doesn't work, what's the point of this repo? It's frustrating because I cannot get it to work no matter what key I use or which setting I use.
The text was updated successfully, but these errors were encountered:
I can see it has a lot of issues on here that need resolving, but how about this error message when I try to do anything:
{
"error": {
"message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.",
"type": "insufficient_quota",
"param": null,
"code": "insufficient_quota"
}
}
Message from Better ChatGPT:
We recommend changing your API endpoint or API key
And that's not to forget this one when I try to change the gpt version:
{
"error": {
"message": "The model
gpt-4
does not exist or you do not have access to it.","type": "invalid_request_error",
"param": null,
"code": "model_not_found"
}
}
Message from Better ChatGPT:
Please ensure that you have access to the GPT-4 API!
If this doesn't work, what's the point of this repo? It's frustrating because I cannot get it to work no matter what key I use or which setting I use.
The text was updated successfully, but these errors were encountered: