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 3dadba7 commit ae2c5a0Copy full SHA for ae2c5a0
infra/main.bicep
@@ -27,7 +27,7 @@ param deploymentType string = 'GlobalStandard'
27
])
28
param gptModelName string = 'gpt-4o-mini'
29
30
-param azureOpenaiAPIVersion string = '2025-01-01-preview'
+param azureOpenaiAPIVersion string = '2025-04-01-preview'
31
32
@minValue(10)
33
@description('Capacity of the GPT deployment:')
0 commit comments