File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 - cron : " 0 11,23 * * *" # Runs at 11:00 AM and 11:00 PM GMT
1515 workflow_dispatch : # Allow manual triggering
1616env :
17- GPT_MIN_CAPACITY : 140
17+ GPT_MIN_CAPACITY : 150
1818 BRANCH_NAME : ${{ github.head_ref || github.ref_name }}
1919
2020jobs :
3737 export AZURE_TENANT_ID=${{ secrets.AZURE_TENANT_ID }}
3838 export AZURE_CLIENT_SECRET=${{ secrets.AZURE_CLIENT_SECRET }}
3939 export AZURE_SUBSCRIPTION_ID="${{ secrets.AZURE_SUBSCRIPTION_ID }}"
40- export GPT_MIN_CAPACITY="5 "
40+ export GPT_MIN_CAPACITY="150 "
4141 export AZURE_REGIONS="${{ vars.AZURE_REGIONS }}"
4242
4343 chmod +x infra/scripts/checkquota.sh
@@ -138,7 +138,7 @@ jobs:
138138 imageTag="${IMAGE_TAG}" \
139139 useWafAlignedArchitecture=false \
140140 aiDeploymentsLocation='${{ env.AZURE_LOCATION }}' \
141- gptModelCapacity=5 \
141+ gptModelCapacity=150 \
142142 logAnalyticsWorkspaceConfiguration='{"dataRetentionInDays": 30, "existingWorkspaceResourceId": ""}' \
143143 applicationInsightsConfiguration='{"retentionInDays": 30}' \
144144 virtualNetworkConfiguration='{"enabled": false}' \
You can’t perform that action at this time.
0 commit comments