Skip to content

Commit 6fa8315

Browse files
Update quota_check_params.sh
1 parent 705b23b commit 6fa8315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/scripts/quota_check_params.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Default Models and Capacities (Comma-separated in "model:capacity" format)
4-
DEFAULT_MODEL_CAPACITY="gpt-4o:30,gpt-4o-mini:30,text-embedding-ada-002:80,gpt-4:30,gpt-3.5-turbo:30"
4+
DEFAULT_MODEL_CAPACITY="gpt-4o:30,gpt-4o-mini:30,gpt-4:30,text-embedding-ada-002:80"
55

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

0 commit comments

Comments
 (0)