Skip to content

Commit d3027fa

Browse files
committed
Minor update
1 parent cafbd3e commit d3027fa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Instructions/Labs/05-generate-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Before you can use Azure OpenAI models, you must provision an Azure OpenAI resou
2828
- **Name**: A unique name of your choice.
2929
- **Pricing tier**: Standard S0
3030
3. Wait for deployment to complete. Then go to the deployed Azure OpenAI resource in the Azure portal.
31-
4. Navigate to **Keys and Endpoint** page. You can retrieve the unique endpoint and primary key for your service from here - you'll need these later!
31+
4. Navigate to **Keys and Endpoint** page. You can retrieve the unique endpoint and authentication keys for your service from here - you'll need these later!
3232

3333
## Explore image-generation in the DALL-E playground
3434

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"AzureOAIEndpoint": "YOUR_ENDPOINT",
3-
"AzureOAIKey": "YOUR_PRIMARY_KEY"
3+
"AzureOAIKey": "YOUR_KEY"
44
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
AZURE_OAI_ENDPOINT=YOUR_ENDPOINT
2-
AZURE_OAI_KEY=YOUR_PRIMARY_KEY
2+
AZURE_OAI_KEY=YOUR_KEY

0 commit comments

Comments
 (0)