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 9fbd3c1 commit 3e9fb2dCopy full SHA for 3e9fb2d
scripts/checkquota.sh
@@ -32,7 +32,7 @@ echo "✅ Azure subscription set successfully."
32
33
# Define models and their minimum required capacities
34
declare -A MIN_CAPACITY=(
35
- ["OpenAI.GlobalStandard.gpt-4.1"]=$GPT_MIN_CAPACITY
+ ["OpenAI.GlobalStandard.gpt4.1"]=$GPT_MIN_CAPACITY
36
["OpenAI.Standard.text-embedding-ada-002"]=$TEXT_EMBEDDING_MIN_CAPACITY
37
)
38
0 commit comments