-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Azure OpenAI updates #46103
Azure OpenAI updates #46103
Conversation
ralph-msft
commented
Sep 20, 2024
- Nuget package updates:
- System.ClientModel to version 1.1.0
- OpenAI to version 2.0.0-beta.12
- Latest API updates for Azure OpenAI
--------- Co-authored-by: Anne Thompson <[email protected]>
API change check API changes are not detected in this pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How many of the workaround noted in #45996 will we be able to remove as part of this PR? I am very excited about removing those so issues around repo-wide updates like @m-redding's STJ upgrade will be caught earlier in the future.
Specifically, can we remove the workarounds we introduced in:
- SCM: Remove PageCollection types in favor of using CollectionResult #45961
- Skip project reference tests for openai #44896
- ClientModel: Updates to paging types to support sub-client enumerator pattern #44825
?
@benbp as FYI as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Parts related to the SCM 1.1.0 upgrade LGTM!
I defer to others on the new public APIs in the library.