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 e88555a commit d803a45Copy full SHA for d803a45
articles/ai-services/openai/includes/javascript.md
@@ -76,7 +76,7 @@ const endpoint = process.env["AZURE_OPENAI_ENDPOINT"] || "<endpoint>";
76
const apiKey = process.env["AZURE_OPENAI_API_KEY"] || "<api key>";
77
78
// Required Azure OpenAI deployment name and API version
79
-const apiVersion = "2024-07-01-preview";
+const apiVersion = "2024-08-01-preview";
80
const deploymentName = "gpt-35-turbo-instruct";
81
82
// Chat prompt and max tokens
0 commit comments