File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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})
Original file line number Diff line number Diff 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 = ''
111111param 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.' )
118118param existingFoundryProjectResourceId string = ''
You can’t perform that action at this time.
0 commit comments