mirror of
https://github.com/microsoft/generative-ai-for-beginners.git
synced 2026-06-05 21:07:14 +08:00
added section on creating and deploying an AOAI model
This commit is contained in:
parent
1c3e475103
commit
a90d6b8ad6
@ -78,6 +78,13 @@ So what does it take to build an image generation application? You need the foll
|
||||
- **pillow**, to work with images in Python.
|
||||
- **requests**, to help you make HTTP requests.
|
||||
|
||||
## Create and deploy an Azure OpenAI model
|
||||
|
||||
If not done already, follow the instructions on the [Microsoft Learn](https://learn.microsoft.com/en-us/azure/ai-foundry/openai/how-to/create-resource?pivots=web-portal) page
|
||||
to create an Azure OpenAI resource and model. Select DALL-E 3 as model.
|
||||
|
||||
## Create the app
|
||||
|
||||
1. Create a file _.env_ with the following content:
|
||||
|
||||
```text
|
||||
|
||||
Loading…
Reference in New Issue
Block a user