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

Handle case when OpenAI is too busy #3

Open
dustinlacewell opened this issue Apr 3, 2023 · 1 comment
Open

Handle case when OpenAI is too busy #3

dustinlacewell opened this issue Apr 3, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@dustinlacewell
Copy link
Contributor

Unexpected chunk: {
  "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 b7676fdd3120b2dbb5048bc05da29701 in your message.)",
    "type": "server_error",
    "param": null,
    "code": null
  }
}
@poteat
Copy link
Contributor

poteat commented Apr 4, 2023

In all cases I've seen, this is fixed with a subsequent request - but it seems that it "times out" like 30 seconds after the initial request was sent out. So reducing the timeout time and sending a retry request seems like it would work.

@poteat poteat added the bug Something isn't working label Apr 5, 2023
@poteat poteat changed the title [bug] Handle case when OpenAI is too busy Handle case when OpenAI is too busy Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants