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