Skip to content

Commit 21bf599

Browse files
Update articles/ai-services/openai/includes/chatgpt-javascript.md
Co-authored-by: Michael <[email protected]>
1 parent 41f30ab commit 21bf599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/includes/chatgpt-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const apiKey = process.env["AZURE_OPENAI_API_KEY"] || "<api key>";
8282

8383
// Required Azure OpenAI deployment name and API version
8484
const apiVersion = "2024-07-01-preview";
85-
const deploymentName = "gpt-4"; //This must match your deployment name.
85+
const deploymentName = "gpt-4o-mini"; //This must match your deployment name.
8686

8787
function getClient(): AzureOpenAI {
8888
return new AzureOpenAI({

0 commit comments

Comments
 (0)