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: Add Support for "dall-e-3" Model in OpenAITextToImageService Class #6269

Open
Nurgo opened this issue May 15, 2024 · 3 comments
Open
Labels
enhancement .NET Issue or Pull requests regarding .NET code

Comments

@Nurgo
Copy link

Nurgo commented May 15, 2024

Hi,

I propose we add support for the "dall-e-3" model within the OpenAITextToImageService class. The integration seems straightforward and the benefit to the users would be substantial.

Thank you for considering this request.

@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code triage labels May 15, 2024
@dmytrostruk
Copy link
Member

@Nurgo
Copy link
Author

Nurgo commented May 16, 2024

Hi @dmytrostruk , thank you for your reply. These notebooks only use "dall-e-3" if AddAzureOpenAIChatCompletion is used, and not AddOpenAITextToImage. From what I can see in the code, OpenAITextToImageService still uses "dall-e-2". Moreover, the image formats supported (256x256, 512x512, 1024x1024) are those of "dall-e-2".

@dmytrostruk
Copy link
Member

@Nurgo Got it. Yes, looks like dall-e-3 is only implemented in AzureOpenAITextToImageService class, but not in OpenAITextToImageService.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement .NET Issue or Pull requests regarding .NET code
Projects
Status: Sprint: Planned
Development

No branches or pull requests

4 participants