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 2f7fe08 commit 365bf4fCopy full SHA for 365bf4f
infra/scripts/checkquota_km.sh
@@ -33,7 +33,7 @@ echo "✅ Azure subscription set successfully."
33
# Define models and their minimum required capacities
34
declare -A MIN_CAPACITY=(
35
["OpenAI.GlobalStandard.gpt-4o-mini"]=$GPT_MIN_CAPACITY #km generic
36
- ["OpenAI.GlobalStandard.text-embedding-ada-002"]=$TEXT_EMBEDDING_MIN_CAPACITY #km generic
+ ["OpenAI.Standard.text-embedding-ada-002"]=$TEXT_EMBEDDING_MIN_CAPACITY #km generic
37
)
38
39
VALID_REGION=""
0 commit comments