Skip to content

Commit 8559a57

Browse files
Merge pull request #1837 from TPavanBalaji/patch-5
(AzureCXP) fixes MicrosoftDocs/azure-docs#344309
2 parents 7247c86 + 76213c9 commit 8559a57

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)