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 ca28a8d commit d790ef4Copy full SHA for d790ef4
AzureOpenAI.cs
@@ -10,7 +10,7 @@ public class AzureOpenAI
10
{
11
public Dictionary<string, EmbeddingF32> PageEmbeddings { get; set; }
12
13
- const string endpoint = "YOUR-AZURE-OPENAI-URL;
+ const string endpoint = "YOUR-AZURE-OPENAI-URL";
14
const string deploymentName = "DEPLOYMENT-NAME";
15
16
string key = "";
0 commit comments