alexrudall / ruby-openai

OpenAI API + Ruby! 🤖❤️ NEW: Assistant Vector Stores
MIT License
2.61k stars 302 forks source link

Handle case where error response body may not be JSON #358

Closed atesgoral closed 7 months ago

atesgoral commented 7 months ago

Fixes #357

Gracefully handle the case where an HTTP error response may not have valid JSON in its body e.g.:

All Submissions:

alexrudall commented 7 months ago

Thanks for this!