When using service_tier: 'flex' it sometimes returns a 500 error. When switching back to default, it works fine. I have a retry process in place that checks for the 429 Resource Unavailable status. Should I also be retrying on default when I receive 500?
Full error:
{“error” => {“message” => “An error occurred while processing your request. 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 req_633cb371d7df40a29d7ba621c9b59443 in your message.”, “type” => “server_error”, “param” => nil, “code” => “server_error”}}