Skip to content

Commit 1b15b52

Browse files
updated openai version
1 parent 59e4072 commit 1b15b52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

infra/main.bicep

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ param secondaryLocation string
1919
]
2020
}
2121
})
22-
2322
param AZURE_AI_SERVICE_LOCATION string
2423

2524

@@ -37,7 +36,7 @@ param gptModelName string = 'gpt-4.1'
3736
@description('Version of the GPT model to deploy:')
3837
param gptModelVersion string = '2025-04-14'
3938

40-
param azureOpenaiAPIVersion string = '2024-05-01-preview'
39+
param azureOpenaiAPIVersion string = '2025-01-01-preview'
4140

4241
@minValue(10)
4342
@description('Capacity of the GPT deployment:')

0 commit comments

Comments
 (0)