Skip to content

Commit 7403371

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

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
@@ -160,7 +160,7 @@ Your app's _package.json_ file will be updated with the dependencies.
160160
function getClient() {
161161
return new AzureOpenAI({
162162
endpoint,
163-
apiKey: apiKey,
163+
apiKey,
164164
deployment: deploymentName,
165165
apiVersion,
166166
});

0 commit comments

Comments
 (0)