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
Don't add the api_version (/v1/) to base_uris that already include it - thanks to @kaiwren for raising this issue
Allow passing a StringIO to Files#upload - thanks again to @simonx1
Add Ruby 3.3 to CI
Security
[BREAKING] ruby-openai will no longer log out API errors by default - you can reenable by passing log_errors: true to your client. This will help to prevent leaking secrets to logs. Thanks to @lalunamel for this PR.