Skip to content

.Net: Migrate AzureOpenAITextToImageService to Azure.AI.OpenAI SDK v2 - #7097

Merged
SergeyMenshykh merged 1 commit into
microsoft:feature-connectors-openaifrom
SergeyMenshykh:migrate-text-to-image-service-2
Jul 5, 2024
Merged

.Net: Migrate AzureOpenAITextToImageService to Azure.AI.OpenAI SDK v2#7097
SergeyMenshykh merged 1 commit into
microsoft:feature-connectors-openaifrom
SergeyMenshykh:migrate-text-to-image-service-2

Conversation

@SergeyMenshykh

Copy link
Copy Markdown
Contributor

Motivation, Context, and Description

This PR adds service collection and kernel builder extension methods that register the newly added AzureOpenAITextToImageService. The method signatures remain the same as the current extension methods, except for those that had an OpenAIClient parameter, whose name has been changed from openAIClient to azureOpenAIClient and whose type has been changed to AzureOpenAIClient. The breaking change is tracked in this issue: #7053.

Additionally, this PR adds unit tests for the extension methods and integration tests for the service.

@SergeyMenshykh SergeyMenshykh self-assigned this Jul 4, 2024
@SergeyMenshykh
SergeyMenshykh requested a review from a team as a code owner July 4, 2024 13:38
@markwallace-microsoft Mark Wallace (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 merged commit 6d7434f into microsoft:feature-connectors-openai Jul 5, 2024
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