Skip to content

Commit 72d317c

Browse files
updated the checkquota script
1 parent 71472a9 commit 72d317c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

infra/scripts/checkquota.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ echo "✅ Azure subscription set successfully."
3131

3232
# Define models and their minimum required capacities
3333
declare -A MIN_CAPACITY=(
34-
["OpenAI.GlobalStandard.gpt-4o"]=$GPT_MIN_CAPACITY
34+
["OpenAI.GlobalStandard.o4-mini"]=50
35+
["OpenAI.GlobalStandard.gpt4.1"]=150
3536
)
3637

3738
VALID_REGION=""

0 commit comments

Comments
 (0)