Skip to content

Commit 9fbd3c1

Browse files
author
Harmanpreet Kaur
committed
edit 2
1 parent 8320458 commit 9fbd3c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/quota_check_params.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ log_verbose() {
4747
}
4848

4949
# 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"
50+
DEFAULT_MODEL_CAPACITY="gpt4.1:30,text-embedding-ada-002:80"
5151

5252
# Convert the comma-separated string into an array
5353
IFS=',' read -r -a MODEL_CAPACITY_PAIRS <<< "$DEFAULT_MODEL_CAPACITY"

0 commit comments

Comments
 (0)