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 d5faac2 commit bd101e4Copy full SHA for bd101e4
articles/ai-services/openai/includes/use-your-data-javascript.md
@@ -66,7 +66,7 @@ Your app's _package.json_ file will be updated with the dependencies.
66
function getClient(): AzureOpenAI {
67
return new AzureOpenAI({
68
endpoint,
69
- apiKey: apiKey,
+ apiKey,
70
deployment: deploymentName,
71
apiVersion,
72
});
0 commit comments