-
-
Notifications
You must be signed in to change notification settings - Fork 284
Update gpt-5 capabilities #345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Line 22 in ee0d8c2
|
@crmne I ran into this issue b/c function calling wasn't working for Parsera seems to be missing info on some models ![]() -- I noticed ruby_llm/lib/ruby_llm/providers/openai/capabilities.rb Lines 85 to 88 in ee0d8c2
I can open an issue with Parsera still, it just didn't look like there was too much activity in that repo. |
Please do file an issue with Parsera directly: https://github.com/parsera-labs/api-llm-specs/issues If users don't report issues, Parsera won't know what's broken. The more reports they get, the more likely they'll fix it. |
Shipping it in 1.6.2 today. |
@crmne Awesome thank you! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #345 +/- ##
=======================================
Coverage 84.57% 84.58%
=======================================
Files 37 37
Lines 1932 1933 +1
Branches 499 500 +1
=======================================
+ Hits 1634 1635 +1
Misses 298 298 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Still discussing potential solutions with Parsera, but let's reopen this and get it merged for now at least. |
What this does
Adds gpt-5, gpt-5-mini, and gpt-5-nano capabilities.
I tried to run
overcommit
, but it updated more files than I expected so not sure if this is still used on every commit. I did run rubocop/tests.Type of change
Scope check
Quality check
overcommit --install
and all hooks passmodels.json
,aliases.json
)API changes