Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Handle error messages from the backend #9

Open
treo opened this issue Apr 25, 2023 · 0 comments
Open

Bug: Handle error messages from the backend #9

treo opened this issue Apr 25, 2023 · 0 comments

Comments

@treo
Copy link
Contributor

treo commented Apr 25, 2023

Sometimes OpenAI will respond with errors like the following

Status Code: 429

Payload:

{
  "error": {
    "message": "That model is currently overloaded with other requests. You can retry your request, or contact us through our help center at help.openai.com if the error persists. (Please include the request ID 1988ad485d5bb7448d7edc5a1367af39 in your message.)",
    "type": "server_error",
    "param": null,
    "code": null
  }
}

At the moment, it just looks like we are waiting for ever for a response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant