Skip to content

Commit 0e4b114

Browse files
Merge pull request #276 from microsoft/model-version
fix: - model version name
2 parents 6c83bae + c8fbd5d commit 0e4b114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ param deploymentType string = 'GlobalStandard'
3535
])
3636
param gptModelName string = 'gpt-4o'
3737

38-
var gptModelVersion = '2024-02-15-preview'
38+
var gptModelVersion = '2024-05-01-preview'
3939

4040
@minValue(10)
4141
@description('Capacity of the GPT deployment:')

0 commit comments

Comments
 (0)