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 62ee0c8 commit f59eb56Copy full SHA for f59eb56
scripts/quota_check_params.sh
@@ -46,7 +46,7 @@ log_verbose() {
46
}
47
48
# Default Models and Capacities (Comma-separated in "model:capacity" format)
49
-DEFAULT_MODEL_CAPACITY="gpt-4o:30,gpt-4:30"
+DEFAULT_MODEL_CAPACITY="gpt-4o:5"
50
# Convert the comma-separated string into an array
51
IFS=',' read -r -a MODEL_CAPACITY_PAIRS <<< "$DEFAULT_MODEL_CAPACITY"
52
@@ -245,4 +245,4 @@ else
245
echo "➡️ To request a quota increase, visit: https://aka.ms/oai/stuquotarequest"
246
fi
247
248
-echo "✅ Script completed."
+echo "✅ Script completed."
0 commit comments