Skip to content

Commit d893dd1

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

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
@@ -81,7 +81,7 @@ const endpoint = process.env["AZURE_OPENAI_ENDPOINT"] || "<endpoint>";
8181
const apiKey = process.env["AZURE_OPENAI_API_KEY"] || "<api key>";
8282

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

8787
function getClient(): AzureOpenAI {

0 commit comments

Comments
 (0)