microsoft / semantic-kernel

Integrate cutting-edge LLM technology quickly and easily into your apps
https://aka.ms/semantic-kernel
MIT License
22.17k stars 3.31k forks source link

.Net: Add Support for "dall-e-3" Model in OpenAIImageGeneration Class #3435

Closed Nurgo closed 5 months ago

Nurgo commented 1 year ago

Hi,

I propose we add support for the "dall-e-3" model within the OpenAIImageGeneration class. The integration seems straightforward and the benefit to the users would be substantial, allowing them to utilize the latest in image generation technology.

Proposed Change:

This enhancement would allow for seamless use of "dall-e-3" for image generation tasks, maintaining the library's relevance and utility.

Thank you for considering this request.

Alerinos commented 1 year ago

@Nurgo Have you found a way to use SK and Dalle 3?

Nurgo commented 1 year ago

@Alerinos Not yet. There's a pull request #3523 from @xbotter , but it's been awaiting code review for a few weeks.

Alerinos commented 1 year ago

@Nurgo Thanks for the information. I found an alternative, here is the support and it's ready. https://github.com/betalgo/openai

Nurgo commented 1 year ago

@Alerinos Thanks for the information.

markwallace-microsoft commented 8 months ago

All .Net issues prior to 1-Dec-2023 are being closed. Please re-open, if this issue is still relevant to the .Net Semantic Kernel 1.x release. In the future all issues that are inactive for more than 90 days will be labelled as 'stale' and closed 14 days later.

Nurgo commented 8 months ago

This problem doesn't seem to have been solved, as OpenAITextToImageService still doesn't support Dall-E3. Can we re-open the issue?