Skip to content

Commit 07274c5

Browse files
author
jugi92
committed
updating model because the model 'Format:OpenAI,Name:gpt-4,Version:0613' has been deprecated since 06/06/2025 00:00:00
1 parent d03a53f commit 07274c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/main.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ param openAiApiKey string = ''
2828
param openAiApiOrganization string = ''
2929

3030
param evalGptDeploymentName string = 'eval'
31-
param evalGptModelName string = 'gpt-4'
32-
param evalGptModelVersion string = '0613'
31+
param evalGptModelName string = 'gpt-4o'
32+
param evalGptModelVersion string = '2024-11-20'
3333
param evalGptDeploymentCapacity int = 30
3434

3535
@description('Id of the user or app to assign application roles')

0 commit comments

Comments
 (0)