Skip to content

Commit ee20734

Browse files
edit
1 parent e4fb178 commit ee20734

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
- cron: "0 11,23 * * *" # Runs at 11:00 AM and 11:00 PM GMT
1515
workflow_dispatch: #Allow manual triggering
1616
env:
17-
GPT_MIN_CAPACITY: 140
17+
GPT_MIN_CAPACITY: 150
1818
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
1919

2020
jobs:
@@ -37,7 +37,7 @@ jobs:
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}' \

0 commit comments

Comments
 (0)