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.
1 parent 96f6a36 commit 8c39455Copy full SHA for 8c39455
.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