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 78aa4f8 commit f641d1dCopy full SHA for f641d1d
articles/cognitive-services/openai/how-to/embeddings.md
@@ -52,7 +52,7 @@ print(embeddings)
52
using Azure;
53
using Azure.AI.OpenAI;
54
55
-Uri oaiEndpoint = new ("https://YOUR_RESOURCE_NAME.openai.azure.com"");
+Uri oaiEndpoint = new ("https://YOUR_RESOURCE_NAME.openai.azure.com");
56
string oaiKey = "YOUR_API_KEY";
57
58
AzureKeyCredential credentials = new (oaiKey);
0 commit comments