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
Fix ruby warning: * interpreted as argument prefix
I see this warning on MRI 3.3:
```console
ruby/3.3.7/lib/ruby/gems/3.3.0/gems/ruby-openai-6.3.1/lib/openai/client.rb:14: warning: `*' interpreted as argument prefix
```
Using explicit parenthesis fixes the issue
0 commit comments