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.
2 parents 171849f + 40d4b2a commit dd3824aCopy full SHA for dd3824a
articles/ai-services/openai/includes/use-your-data-dotnet.md
@@ -44,7 +44,7 @@ var chatCompletionsOptions = new ChatCompletionsOptions()
44
new AzureCognitiveSearchChatExtensionConfiguration()
45
{
46
SearchEndpoint = new Uri(searchEndpoint),
47
- SearchKey = new AzureKeyCredential(searchKey),
+ Key = searchKey,
48
IndexName = searchIndex,
49
},
50
}
@@ -153,7 +153,7 @@ var chatCompletionsOptions = new ChatCompletionsOptions()
153
154
155
156
157
158
159
0 commit comments