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 3696fa5 commit d27f95eCopy full SHA for d27f95e
infra/main.bicep
@@ -167,7 +167,7 @@ output AZURE_LOCATION string = location
167
output AZURE_TENANT_ID string = tenant().tenantId
168
169
output AZURE_DEEPSEEK_DEPLOYMENT string = aiServicesDeploymentName
170
-output AZURE_INFERENCE_ENDPOINT string = 'https://${aiServices.outputs.name}.services.ai.azure.com/openai'
+output AZURE_INFERENCE_ENDPOINT string = 'https://${aiServices.outputs.name}.services.ai.azure.com/openai/v1'
171
172
output SERVICE_ACA_IDENTITY_PRINCIPAL_ID string = aca.outputs.identityPrincipalId
173
output SERVICE_ACA_NAME string = aca.outputs.name
0 commit comments