Skip to content

Commit 3e9fb2d

Browse files
author
Harmanpreet Kaur
committed
edit5
1 parent 9fbd3c1 commit 3e9fb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/checkquota.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ echo "✅ Azure subscription set successfully."
3232

3333
# Define models and their minimum required capacities
3434
declare -A MIN_CAPACITY=(
35-
["OpenAI.GlobalStandard.gpt-4.1"]=$GPT_MIN_CAPACITY
35+
["OpenAI.GlobalStandard.gpt4.1"]=$GPT_MIN_CAPACITY
3636
["OpenAI.Standard.text-embedding-ada-002"]=$TEXT_EMBEDDING_MIN_CAPACITY
3737
)
3838

0 commit comments

Comments
 (0)