chore: update model name from gpt-4.1-mini to gpt4.1-mini #754
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request standardizes the naming convention for the
gpt4.1-minimodel across documentation and scripts to ensure consistency and avoid confusion. All references togpt-4.1-minihave been updated togpt4.1-mini(removing the dash), and related keys in scripts have been aligned accordingly.Documentation updates:
docs/QuotaCheck.mdfromgpt-4.1-minitogpt4.1-miniin usage instructions, examples, and model lists to maintain consistency throughout the documentation. [1] [2] [3]Script updates:
MIN_CAPACITYassociative array key ininfra/scripts/checkquota.shto useOpenAI.GlobalStandard.gpt4.1-miniinstead ofOpenAI.Standard.gpt-4.1-minifor accurate quota checks.DEFAULT_MODEL_CAPACITYvariable ininfra/scripts/quota_check_params.shto usegpt4.1-miniinstead ofgpt-4.1-mini.Template Metadata:
templateHashininfra/main.jsonto reflect the changes made to the ARM template, ensuring version tracking and integrity.TASK ID : https://dev.azure.com/CSACTOSOL/CSA%20Solutioning/_workitems/edit/26691
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information