Skip to content

Commit e2cdecf

Browse files
update capacity
1 parent cec9d73 commit e2cdecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
backendContainerImageTag="${IMAGE_TAG}" \
141141
frontendContainerImageTag="${IMAGE_TAG}" \
142142
azureAiServiceLocation='${{ env.AZURE_LOCATION }}' \
143-
gptModelCapacity=150 \
143+
gptModelCapacity=1 \
144144
createdBy="Pipeline" \
145145
tags="{'SecurityControl':'Ignore','Purpose':'Deploying and Cleaning Up Resources for Validation','CreatedDate':'$current_date'}" \
146146
--output json

0 commit comments

Comments
 (0)