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 6c83bae commit c8fbd5dCopy full SHA for c8fbd5d
infra/main.bicep
@@ -35,7 +35,7 @@ param deploymentType string = 'GlobalStandard'
35
])
36
param gptModelName string = 'gpt-4o'
37
38
-var gptModelVersion = '2024-02-15-preview'
+var gptModelVersion = '2024-05-01-preview'
39
40
@minValue(10)
41
@description('Capacity of the GPT deployment:')
0 commit comments