You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Including the underlying errors in the error message for Timeout & APIConnectionError (openai#137)
Many libraries will only show the error string of the raised error,
not displaying its cause. Prior to this path, this would mean that
the many different kinds of connection errors get translated into a
single opaque "Error communicating with OpenAI".
0 commit comments