Skip to content

Commit ae2c5a0

Browse files
updated openai version
1 parent 3dadba7 commit ae2c5a0

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
@@ -27,7 +27,7 @@ param deploymentType string = 'GlobalStandard'
2727
])
2828
param gptModelName string = 'gpt-4o-mini'
2929

30-
param azureOpenaiAPIVersion string = '2025-01-01-preview'
30+
param azureOpenaiAPIVersion string = '2025-04-01-preview'
3131

3232
@minValue(10)
3333
@description('Capacity of the GPT deployment:')

0 commit comments

Comments
 (0)