Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ param deploymentType string = 'GlobalStandard'
])
param gptModelName string = 'gpt-4o'

var gptModelVersion = '2024-02-15-preview'
var gptModelVersion = '2024-05-01-preview'

@minValue(10)
@description('Capacity of the GPT deployment:')
Expand Down
Loading