Skip to content

Commit 4e42ea1

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

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
@@ -221,7 +221,7 @@ import type {
221221
const endpoint = process.env["AZURE_OPENAI_ENDPOINT"] || "<endpoint>";
222222

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

227227
function getClient(): AzureOpenAI {

0 commit comments

Comments
 (0)