Skip to content

Commit e88555a

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

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
@@ -222,7 +222,7 @@ const endpoint = process.env["AZURE_OPENAI_ENDPOINT"] || "<endpoint>";
222222

223223
// Required Azure OpenAI deployment name and API version
224224
const apiVersion = "2024-08-01-preview";
225-
const deploymentName = "gpt-4o"; //This must match your deployment name.
225+
const deploymentName = "gpt-4o-mini"; //This must match your deployment name.
226226

227227
function getClient(): AzureOpenAI {
228228
const scope = "https://cognitiveservices.azure.com/.default";

0 commit comments

Comments
 (0)