Skip to content

Commit d803a45

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

7878
// Required Azure OpenAI deployment name and API version
79-
const apiVersion = "2024-07-01-preview";
79+
const apiVersion = "2024-08-01-preview";
8080
const deploymentName = "gpt-35-turbo-instruct";
8181

8282
// Chat prompt and max tokens

0 commit comments

Comments
 (0)