Skip to content

Commit bd101e4

Browse files
diberrydeyaaeldeen
andauthored
Update articles/ai-services/openai/includes/use-your-data-javascript.md
Co-authored-by: Deyaaeldeen Almahallawi <[email protected]>
1 parent d5faac2 commit bd101e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/includes/use-your-data-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Your app's _package.json_ file will be updated with the dependencies.
6666
function getClient(): AzureOpenAI {
6767
return new AzureOpenAI({
6868
endpoint,
69-
apiKey: apiKey,
69+
apiKey,
7070
deployment: deploymentName,
7171
apiVersion,
7272
});

0 commit comments

Comments
 (0)