Skip to content

Commit 5bc5c7f

Browse files
Fix model name in quota check script
1 parent 5fe6cef commit 5bc5c7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/checkquota.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ echo "✅ Azure subscription set successfully."
2626
# Define models and their minimum required capacities
2727
declare -A MIN_CAPACITY=(
2828

29-
["OpenAI.GlobalStandard.gpt4.1"]=$GPT_MIN_CAPACITY
29+
["OpenAI.GlobalStandard.gpt-4o"]=$GPT_MIN_CAPACITY
3030
)
3131

3232
VALID_REGION=""

0 commit comments

Comments
 (0)