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
Aware there is some effort being made here, but opening the issue just in case.
For example, when streaming and openai returns a bad request, it will just return a 'invalid status code', without the actual body of the request. Currently I turn streaming off if I have issues. Still, it's tedious.
I'm concerned solving this might be a bit more involved, since event source does some weird error mapping as well.