File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ echo "✅ Azure subscription set successfully."
3333declare -A MIN_CAPACITY=(
3434 [" OpenAI.GlobalStandard.o4-mini" ]=50
3535 [" OpenAI.GlobalStandard.gpt4.1" ]=150
36+ [" OpenAI.GlobalStandard.gpt4.1-mini" ]=50
3637)
3738
3839VALID_REGION=" "
You can’t perform that action at this time.
0 commit comments