Skip to content
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

FEAT: Add missing OpenAI-compatible models (GPT-4.5, Claude models) #6120

Merged
merged 5 commits into from
Mar 28, 2025

Conversation

SongChiYoung
Copy link
Contributor

Why are these changes needed?

This PR adds missing model entries for OpenAI-compatible endpoints, including gpt-4.5-turbo, gpt-4.5-turbo-preview, and claude-3.5-sonnet. This improves coverage and avoids potential fallback or mismatch issues when initializing clients.

Checks

[v] I've made sure all auto checks have passed.

Copy link

codecov bot commented Mar 27, 2025

Codecov Report

Attention: Patch coverage is 42.85714% with 4 lines in your changes missing coverage. Please review.

Project coverage is 76.94%. Comparing base (7487687) to head (c02fee2).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...xt/src/autogen_ext/models/openai/_openai_client.py 20.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6120      +/-   ##
==========================================
- Coverage   76.96%   76.94%   -0.02%     
==========================================
  Files         192      192              
  Lines       13438    13445       +7     
==========================================
+ Hits        10342    10345       +3     
- Misses       3096     3100       +4     
Flag Coverage Δ
unittests 76.94% <42.85%> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ekzhu ekzhu merged commit 2754eda into microsoft:main Mar 28, 2025
56 of 57 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants