Skip to content

Commit e20e5c4

Browse files
Update quota_check_params.sh
1 parent 775e181 commit e20e5c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/quota_check_params.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ for REGION in "${REGIONS[@]}"; do
122122
# Check if quota is sufficient
123123
if [ "$AVAILABLE" -lt "$REQUIRED_CAPACITY" ]; then
124124
echo "❌ ERROR: 'OpenAI.Standard.$MODEL_NAME' in $REGION has insufficient quota. Required: $REQUIRED_CAPACITY, Available: $AVAILABLE"
125+
echo "➡️ To request a quota increase, visit: https://aka.ms/oai/stuquotarequest"
125126
BOTH_MODELS_AVAILABLE=false
126127
break
127128
fi

0 commit comments

Comments
 (0)