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 763ffdf commit 8320458Copy full SHA for 8320458
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.Standard.gpt-4.1"]=$GPT_MIN_CAPACITY
+ ["OpenAI.GlobalStandard.gpt-4.1"]=$GPT_MIN_CAPACITY
36
["OpenAI.Standard.text-embedding-ada-002"]=$TEXT_EMBEDDING_MIN_CAPACITY
37
)
38
0 commit comments