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 8320458 commit 9fbd3c1Copy full SHA for 9fbd3c1
scripts/quota_check_params.sh
@@ -47,7 +47,7 @@ log_verbose() {
47
}
48
49
# Default Models and Capacities (Comma-separated in "model:capacity" format)
50
-DEFAULT_MODEL_CAPACITY="gpt-4.1:30,text-embedding-ada-002:80,gpt-4:30"
+DEFAULT_MODEL_CAPACITY="gpt4.1:30,text-embedding-ada-002:80"
51
52
# Convert the comma-separated string into an array
53
IFS=',' read -r -a MODEL_CAPACITY_PAIRS <<< "$DEFAULT_MODEL_CAPACITY"
0 commit comments