MicrosoftLearning / mslearn-openai

https://microsoftlearning.github.io/mslearn-openai/
MIT License
214 stars 325 forks source link

Update Lab 5 to use DALL-E 3 model so that Sweden Central can be an alternative Azure Region #54

Closed MSFT-mengchong closed 6 months ago

MSFT-mengchong commented 6 months ago

Module: 5

Lab/Demo: 5

Task: Use the REST API to generate images

Step: 00

Description of issue Currently Lab 5 is using DALL-E 2 which is only available in East US. Suggest using DALL-E 3 which is now available in both East US & Sweden Central to avoid a single point of failure and for load balancing purposes.

Repro steps:

Both C# & Python environment needs to include a third variable to account for the DALL-E 3 deployment ID. Also the request string the main code body needs to be changed as well. Reference this document for more details. https://learn.microsoft.com/en-us/azure/ai-services/openai/reference#request-a-generated-image-dall-e-3

GraemeMalcolm commented 6 months ago

We're working on an update to move the lab to DALL-E 3 (in either available region). However, we need to coordinate this change with updates to the corresponding conceptual content on Learn and in the ILT materials.

MSFT-mengchong commented 6 months ago

[like] Meng-Chong Quek reacted to your message:


From: Graeme Malcolm @.> Sent: Tuesday, March 12, 2024 11:00:22 PM To: MicrosoftLearning/mslearn-openai @.> Cc: Meng-Chong Quek @.>; Author @.> Subject: Re: [MicrosoftLearning/mslearn-openai] Update Lab 5 to use DALL-E 3 model so that Sweden Central can be an alternative Azure Region (Issue #54)

We're working on an update to move the lab to DALL-E 3 (in either available region). However, we need to coordinate this change with updates to the corresponding conceptual content on Learn and in the ILT materials.

— Reply to this email directly, view it on GitHubhttps://github.com/MicrosoftLearning/mslearn-openai/issues/54#issuecomment-1992712842, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BAQZ6DGASZRIFLRU4ZKVZPTYX6CINAVCNFSM6AAAAABERRALGWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOJSG4YTEOBUGI. You are receiving this because you authored the thread.Message ID: @.***>

ivorb commented 6 months ago

This has been updated