We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775e181 commit e20e5c4Copy full SHA for e20e5c4
scripts/quota_check_params.sh
@@ -122,6 +122,7 @@ for REGION in "${REGIONS[@]}"; do
122
# Check if quota is sufficient
123
if [ "$AVAILABLE" -lt "$REQUIRED_CAPACITY" ]; then
124
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"
126
BOTH_MODELS_AVAILABLE=false
127
break
128
fi
0 commit comments