fix: updated quota capacity minimum to 150 #325
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request updates the minimum capacity requirements for GPT-4o across deployment workflows, documentation, and scripts to ensure consistency and better performance. The most important changes include increasing the capacity value to 150 and updating related documentation and scripts to reflect this change.
Deployment Workflow Updates:
.github/workflows/deploy-waf.yml
: UpdatedGPT_MIN_CAPACITY
environment variable from5
to150
to align with the new capacity requirements..github/workflows/deploy.yml
: UpdatedGPT_MIN_CAPACITY
environment variable from5
to150
for consistency across workflows.Documentation Updates:
docs/quota_check.md
: Revised the minimum capacity requirement for GPT-4o from140
to150
in multiple sections, including the general guidance, default capacities, and example commands. [1] [2] [3]Script Updates:
infra/scripts/quota_check_params.sh
: Updated the default model capacity for GPT-4o from50
to150
in the script configuration.Does this introduce a breaking change?
How to Test
What to Check
Verify that the following are valid
Other Information