Skip to content

Commit f59eb56

Browse files
Update quota_check_params.sh
1 parent 62ee0c8 commit f59eb56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/quota_check_params.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ log_verbose() {
4646
}
4747

4848
# Default Models and Capacities (Comma-separated in "model:capacity" format)
49-
DEFAULT_MODEL_CAPACITY="gpt-4o:30,gpt-4:30"
49+
DEFAULT_MODEL_CAPACITY="gpt-4o:5"
5050
# Convert the comma-separated string into an array
5151
IFS=',' read -r -a MODEL_CAPACITY_PAIRS <<< "$DEFAULT_MODEL_CAPACITY"
5252

@@ -245,4 +245,4 @@ else
245245
echo "➡️ To request a quota increase, visit: https://aka.ms/oai/stuquotarequest"
246246
fi
247247

248-
echo "✅ Script completed."
248+
echo "✅ Script completed."

0 commit comments

Comments
 (0)