Skip to content

Commit 0a2fd50

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

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
@@ -204,7 +204,7 @@ import { type Completion } from "openai/resources/index";
204204
const endpoint = process.env["AZURE_OPENAI_ENDPOINT"] || "<endpoint>";
205205

206206
// Required Azure OpenAI deployment name and API version
207-
const apiVersion = "2024-07-01-preview";
207+
const apiVersion = "2024-08-01-preview";
208208
const deploymentName = "gpt-35-turbo-instruct";
209209

210210
// Chat prompt and max tokens

0 commit comments

Comments
 (0)