Skip to content

Commit d27f95e

Browse files
committed
change url to v1
1 parent 3696fa5 commit d27f95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ output AZURE_LOCATION string = location
167167
output AZURE_TENANT_ID string = tenant().tenantId
168168

169169
output AZURE_DEEPSEEK_DEPLOYMENT string = aiServicesDeploymentName
170-
output AZURE_INFERENCE_ENDPOINT string = 'https://${aiServices.outputs.name}.services.ai.azure.com/openai'
170+
output AZURE_INFERENCE_ENDPOINT string = 'https://${aiServices.outputs.name}.services.ai.azure.com/openai/v1'
171171

172172
output SERVICE_ACA_IDENTITY_PRINCIPAL_ID string = aca.outputs.identityPrincipalId
173173
output SERVICE_ACA_NAME string = aca.outputs.name

0 commit comments

Comments
 (0)