Skip to content

Commit 8c56749

Browse files
updated the script and details
1 parent 72d317c commit 8c56749

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,12 @@ jobs:
135135
solutionName=${{ env.SOLUTION_PREFIX }} \
136136
location="${{ env.AZURE_LOCATION }}" \
137137
gptModelDeploymentType="GlobalStandard" \
138-
gptModelName="gpt-4o" \
138+
gptModelName="gpt-4.1-mini" \
139139
gptModelVersion="2024-08-06" \
140140
backendContainerImageTag="${IMAGE_TAG}" \
141141
frontendContainerImageTag="${IMAGE_TAG}" \
142142
azureAiServiceLocation='${{ env.AZURE_LOCATION }}' \
143-
gptModelCapacity=1 \
143+
gptModelCapacity=50 \
144144
createdBy="Pipeline" \
145145
tags="{'SecurityControl':'Ignore','Purpose':'Deploying and Cleaning Up Resources for Validation','CreatedDate':'$current_date'}" \
146146
--output json

infra/scripts/checkquota.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ echo "✅ Azure subscription set successfully."
3333
declare -A MIN_CAPACITY=(
3434
["OpenAI.GlobalStandard.o4-mini"]=50
3535
["OpenAI.GlobalStandard.gpt4.1"]=150
36+
["OpenAI.GlobalStandard.gpt4.1-mini"]=50
3637
)
3738

3839
VALID_REGION=""

0 commit comments

Comments
 (0)