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.
1 parent b9cb3f8 commit 76213c9Copy full SHA for 76213c9
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