Skip to content

Commit 8db46af

Browse files
updated the description
1 parent ef38552 commit 8db46af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ param gpt4_1ModelVersion string = '2025-04-14'
6767
@description('Optional. Name of the GPT Reasoning model to deploy:')
6868
param gptReasoningModelName string = 'o4-mini'
6969

70-
@description('Optional. Version of the GPT Reasoning model to deploy. Defaults to 2025-04-14.')
70+
@description('Optional. Version of the GPT Reasoning model to deploy. Defaults to 2025-04-16.')
7171
param gptReasoningModelVersion string = '2025-04-16'
7272

7373
@description('Optional. Version of the Azure OpenAI service to deploy. Defaults to 2024-12-01-preview.')

infra/main_custom.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ param gpt4_1ModelVersion string = '2025-04-14'
6767
@description('Optional. Name of the GPT Reasoning model to deploy:')
6868
param gptReasoningModelName string = 'o4-mini'
6969

70-
@description('Optional. Version of the GPT Reasoning model to deploy. Defaults to 2025-04-14.')
70+
@description('Optional. Version of the GPT Reasoning model to deploy. Defaults to 2025-04-16.')
7171
param gptReasoningModelVersion string = '2025-04-16'
7272

7373
@description('Optional. Version of the Azure OpenAI service to deploy. Defaults to 2025-01-01-preview.')

0 commit comments

Comments
 (0)