Skip to content

Commit 76213c9

Browse files
authored
(AzureCXP) fixes MicrosoftDocs/azure-docs#344309
Updated line no: 59 From: YOUR_API_KEY To: "YOUR_API_KEY"
1 parent b9cb3f8 commit 76213c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/how-to/embeddings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ print(response.model_dump_json(indent=2))
5656
import openai
5757

5858
openai.api_type = "azure"
59-
openai.api_key = YOUR_API_KEY
59+
openai.api_key = "YOUR_API_KEY"
6060
openai.api_base = "https://YOUR_RESOURCE_NAME.openai.azure.com"
6161
openai.api_version = "2024-06-01"
6262

0 commit comments

Comments
 (0)