We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7247c86 + 76213c9 commit 8559a57Copy full SHA for 8559a57
articles/ai-services/openai/how-to/embeddings.md
@@ -56,7 +56,7 @@ print(response.model_dump_json(indent=2))
56
import openai
57
58
openai.api_type = "azure"
59
-openai.api_key = YOUR_API_KEY
+openai.api_key = "YOUR_API_KEY"
60
openai.api_base = "https://YOUR_RESOURCE_NAME.openai.azure.com"
61
openai.api_version = "2024-06-01"
62
0 commit comments