Skip to content

Commit 91a513c

Browse files
Merge branch 'main' into dev
2 parents 0f23384 + a915d9e commit 91a513c

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

infra/main.bicep

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,21 +54,12 @@ param embeddingDeploymentCapacity int = 80
5454
param imageTag string = 'latest'
5555

5656
//restricting to these regions because assistants api for gpt-4o-mini is available only in these regions
57-
@allowed([
58-
'australiaeast'
59-
'eastus'
60-
'eastus2'
61-
'francecentral'
62-
'japaneast'
63-
'swedencentral'
64-
'uksouth'
65-
'westus'
66-
'westus3'
67-
])
57+
@allowed(['australiaeast','eastus', 'eastus2','francecentral','japaneast','swedencentral','uksouth', 'westus', 'westus3'])
6858
// @description('Azure OpenAI Location')
6959
// param AzureOpenAILocation string = 'eastus2'
60+
7061
@metadata({
71-
azd: {
62+
azd:{
7263
type: 'location'
7364
usageName: [
7465
'OpenAI.GlobalStandard.gpt-4o-mini,200'

0 commit comments

Comments
 (0)