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 21bf599 commit d893dd1Copy full SHA for d893dd1
articles/ai-services/openai/includes/chatgpt-javascript.md
@@ -81,7 +81,7 @@ const endpoint = process.env["AZURE_OPENAI_ENDPOINT"] || "<endpoint>";
81
const apiKey = process.env["AZURE_OPENAI_API_KEY"] || "<api key>";
82
83
// Required Azure OpenAI deployment name and API version
84
-const apiVersion = "2024-07-01-preview";
+const apiVersion = "2024-08-01-preview";
85
const deploymentName = "gpt-4o-mini"; //This must match your deployment name.
86
87
function getClient(): AzureOpenAI {
0 commit comments