We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96f6a36 + 8c39455 commit 71a0e00Copy full SHA for 71a0e00
.github/workflows/deploy.yml
@@ -134,7 +134,8 @@ jobs:
134
gptModelDeploymentType="GlobalStandard" \
135
gptModelName="gpt-4o" \
136
gptModelVersion="2024-08-06" \
137
- imageTag="${IMAGE_TAG}" \
+ backendContainerImageTag="${IMAGE_TAG}" \
138
+ frontendContainerImageTag="${IMAGE_TAG}" \
139
azureAiServiceLocation='${{ env.AZURE_LOCATION }}' \
140
gptModelCapacity=150 \
141
--output json
0 commit comments