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 59e4072 commit 1b15b52Copy full SHA for 1b15b52
infra/main.bicep
@@ -19,7 +19,6 @@ param secondaryLocation string
19
]
20
}
21
})
22
-
23
param AZURE_AI_SERVICE_LOCATION string
24
25
@@ -37,7 +36,7 @@ param gptModelName string = 'gpt-4.1'
37
36
@description('Version of the GPT model to deploy:')
38
param gptModelVersion string = '2025-04-14'
39
40
-param azureOpenaiAPIVersion string = '2024-05-01-preview'
+param azureOpenaiAPIVersion string = '2025-01-01-preview'
41
42
@minValue(10)
43
@description('Capacity of the GPT deployment:')
0 commit comments