Skip to content

Commit d9dd9f7

Browse files
updated gpt model and version
1 parent b340bba commit d9dd9f7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ param location string = resourceGroup().location
3434
azd : {
3535
type: 'location'
3636
usageName : [
37-
'OpenAI.GlobalStandard.gpt-4o, 150'
37+
'OpenAI.GlobalStandard.gpt-5.1, 150'
3838
]
3939
}
4040
})

infra/main_custom.bicep

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ param location string = resourceGroup().location
3434
azd : {
3535
type: 'location'
3636
usageName : [
37-
'OpenAI.GlobalStandard.gpt-4o, 150'
37+
'OpenAI.GlobalStandard.gpt-5.1, 150'
3838
]
3939
}
4040
})
@@ -111,8 +111,8 @@ param frontendImageName string = ''
111111
param imageTag string = 'latest'
112112

113113
@minLength(1)
114-
@description('Optional. Version of the GPT model to deploy. Defaults to 2024-08-06.')
115-
param gptModelVersion string = '2024-08-06'
114+
@description('Optional. Version of the GPT model to deploy. Defaults to 2025-11-13.')
115+
param gptModelVersion string = '2025-11-13'
116116

117117
@description('Optional. Use this parameter to use an existing AI project resource ID. Defaults to empty string.')
118118
param existingFoundryProjectResourceId string = ''

0 commit comments

Comments
 (0)