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 d893dd1 commit 4e42ea1Copy full SHA for 4e42ea1
articles/ai-services/openai/includes/chatgpt-javascript.md
@@ -221,7 +221,7 @@ import type {
221
const endpoint = process.env["AZURE_OPENAI_ENDPOINT"] || "<endpoint>";
222
223
// Required Azure OpenAI deployment name and API version
224
-const apiVersion = "2024-07-01-preview";
+const apiVersion = "2024-08-01-preview";
225
const deploymentName = "gpt-4o"; //This must match your deployment name.
226
227
function getClient(): AzureOpenAI {
0 commit comments