I have been trying to use chatGPT with langchain implementation. I am getting random errors from Open AI API like:
Timeout: Request timed out: HTTPSConnectionPool(host='api.openai.com', port=443): Read timed out. (read timeout=60).
ServiceUnavailableError: The server is overloaded or not ready yet..
RateLimitError: 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.
APIConnectionError: Error communicating with OpenAI: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')).
I am not sure what the issue is. I thought the openAI is down, but the status shows all green and operational.
Is there any expert who can help me understand what the real issue is? I would love if anyone from OpenAI team can help in resolving the issue.