We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d803a45 commit 0a2fd50Copy full SHA for 0a2fd50
articles/ai-services/openai/includes/javascript.md
@@ -204,7 +204,7 @@ import { type Completion } from "openai/resources/index";
204
const endpoint = process.env["AZURE_OPENAI_ENDPOINT"] || "<endpoint>";
205
206
// Required Azure OpenAI deployment name and API version
207
-const apiVersion = "2024-07-01-preview";
+const apiVersion = "2024-08-01-preview";
208
const deploymentName = "gpt-35-turbo-instruct";
209
210
// Chat prompt and max tokens
0 commit comments