Skip to content

Commit 218b277

Browse files
Update checkquota.sh
1 parent 3e5a737 commit 218b277

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
@@ -33,7 +33,7 @@ echo "✅ Azure subscription set successfully."
3333
# Define models and their minimum required capacities
3434
declare -A MIN_CAPACITY=(
3535
["OpenAI.GlobalStandard.gpt4.1"]=$GPT_MIN_CAPACITY
36-
["OpenAI.Standard.text-embedding-ada-002"]=$TEXT_EMBEDDING_MIN_CAPACITY
36+
["OpenAI.GlobalStandard.text-embedding-ada-002"]=$TEXT_EMBEDDING_MIN_CAPACITY
3737
)
3838

3939
VALID_REGION=""

0 commit comments

Comments
 (0)