Skip to content

Bug: Handle error messages from the backend #9

@treo

Description

@treo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions