Azure / AI-in-a-Box

AI-in-a-Box leverages the expertise of Microsoft across the globe to develop and provide AI and ML solutions to the technical community. Our intent is to present a curated collection of solution accelerators that can help engineers establish their AI/ML environments and solutions rapidly and with minimal friction.
MIT License
524 stars 179 forks source link

[BUG] the DALL-E plugin does not work. #77

Open aacavacni opened 7 months ago

aacavacni commented 7 months ago

Solution Accelerators This repository contains multiple solution accelerators. Please tell us which ones are involved in your report. (Replace the space in between square brackets with an x)

Describe the bug The DALL-E plugin does not work.

image

MarcoABCardoso commented 7 months ago

Hello @aacavacni ! Thank you for reporting this. The Dall-E API has changed since the implementation of this plugin and currently depends on the region of deployment. Could you please let us know what region you are deploying to? Once this is fixed for your deployment type, I can update here.

aacavacni commented 7 months ago

@MarcoABCardoso , Thanks for answering.

In my subscription I only have DALL-E quota in Central Sweden. For this reason I am using this region to deploy the product.

In .env.local.exemple doesn't have any information about DALL-E, shouldn't it?

MarcoABCardoso commented 6 months ago

There are currently two different APIs for DALL-E (versions 2 and 3) which caused some trouble with the SDK depending on the version you have deployed, or the region. In a future verson (it's almost out!) there will be an AOAI_DALLE_DEPLOYMENT variable to control just that!