Skip to content

Commit d790ef4

Browse files
Updated the Sample
1 parent ca28a8d commit d790ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AzureOpenAI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class AzureOpenAI
1010
{
1111
public Dictionary<string, EmbeddingF32> PageEmbeddings { get; set; }
1212

13-
const string endpoint = "YOUR-AZURE-OPENAI-URL;
13+
const string endpoint = "YOUR-AZURE-OPENAI-URL";
1414
const string deploymentName = "DEPLOYMENT-NAME";
1515

1616
string key = "";

0 commit comments

Comments
 (0)