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

.Net: Migrate AzureOpenAITextToImageService to Azure.AI.OpenAI v2 #7093

Conversation

SergeyMenshykh
Copy link
Member

Motivation, Context, and Description

This PR migrates AzureOpenAITextToImageService to Azure.AI.OpenAI v2:

  1. It updates the previously added AzureOpenAITextToImageService to use AzureOpenAIClient.
  2. It replaces all constructors in the AzureOpenAITextToImageService with the relevant ones from the original AzureOpenAITextToImageService.
  3. It adds the serviceVersion parameter to the ClientCore.GetAzureOpenAIClientOptions methods, allowing the specification of the service API version.
  4. It updates XML documentation comments in a few classes to indicate their relevance to Azure OpenAI services.
  5. It adds unit tests for the AzureOpenAITextToImageService class.

@SergeyMenshykh SergeyMenshykh requested a review from a team as a code owner July 4, 2024 07:40
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel labels Jul 4, 2024
@SergeyMenshykh SergeyMenshykh self-assigned this Jul 4, 2024
@SergeyMenshykh SergeyMenshykh merged commit 48eb9c3 into microsoft:feature-connectors-openai Jul 4, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kernel Issues or pull requests impacting the core kernel .NET Issue or Pull requests regarding .NET code
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants