thmsmlr / instructor_ex

Structured outputs for LLMs in Elixir
https://hexdocs.pm/instructor
430 stars 48 forks source link

Return HTTP errors, rather than raise #53

Closed petrus-jvrensburg closed 1 week ago

petrus-jvrensburg commented 2 months ago

When using this library to automate things, it's not great to have the process crash on errors that are to be expected, like HTTP errors. Any thoughts?