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 41f30ab commit 21bf599Copy full SHA for 21bf599
articles/ai-services/openai/includes/chatgpt-javascript.md
@@ -82,7 +82,7 @@ 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";
85
-const deploymentName = "gpt-4"; //This must match your deployment name.
+const deploymentName = "gpt-4o-mini"; //This must match your deployment name.
86
87
function getClient(): AzureOpenAI {
88
return new AzureOpenAI({
0 commit comments