Hugo M
Hugo M
Currently the checks in this library don't detect a potentially unsafe migration highlighted [here](https://github.com/Artur-Sulej/excellent_migrations#adding-a-reference), when the `add` macro is used (only warns with `modify`). This PR helps add that check.
Hey @dvcrn thanks for the great lib :). I'm encountering an issue when using a function call in `create_chat_completion` in `tools`. The `ExOpenAI.Components.FunctionParameters` struct doesn't expect any keys, so it...
Hi @kipcole9. First of all, thanks for the great lib! We are using `cldr` for matching `"accept-language"` headers to locales which we support, so that we can translate content properly...