Skip to content

Commit f641d1d

Browse files
committed
fixing a typo
1 parent 78aa4f8 commit f641d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ print(embeddings)
5252
using Azure;
5353
using Azure.AI.OpenAI;
5454

55-
Uri oaiEndpoint = new ("https://YOUR_RESOURCE_NAME.openai.azure.com"");
55+
Uri oaiEndpoint = new ("https://YOUR_RESOURCE_NAME.openai.azure.com");
5656
string oaiKey = "YOUR_API_KEY";
5757

5858
AzureKeyCredential credentials = new (oaiKey);

0 commit comments

Comments
 (0)