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 7ffe516 commit a87e46aCopy full SHA for a87e46a
infra/main.bicep
@@ -59,6 +59,7 @@ param speechServiceName string = ''
59
param speechServiceSkuName string // Set in main.parameters.json
60
param useGPT4V bool = false
61
62
+// https://learn.microsoft.com/azure/ai-services/openai/concepts/models?tabs=python-secure%2Cstandard%2Cstandard-chat-completions#standard-deployment-model-availability
63
@description('Location for the OpenAI resource group')
64
@allowed([
65
'canadaeast'
0 commit comments