Skip to content

Commit 62a7ab0

Browse files
Merge branch 'Azure-Samples:dev' into dev
2 parents ed03e90 + fefaedc commit 62a7ab0

4 files changed

Lines changed: 165 additions & 174 deletions

File tree

infra/main.bicep

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,7 @@ param advancedImageProcessingMaxImages int = 1
154154
param azureOpenAIVisionModel string = 'gpt-4'
155155

156156
@description('Optional. Azure OpenAI Vision Model Name.')
157-
param azureOpenAIVisionModelName string = 'gpt-4'
158-
159-
@description('Optional. Azure OpenAI Vision Model Version.')
160-
param azureOpenAIVisionModelVersion string = 'turbo-2024-04-09'
157+
param azureOpenAIVisionModelName string = 'gpt-4.1'
161158

162159
@description('Optional. Azure OpenAI Vision Model Capacity - See here for more info https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/quota.')
163160
param azureOpenAIVisionModelCapacity int = 10
@@ -972,7 +969,6 @@ var openAiDeployments = concat(
972969
model: {
973970
format: 'OpenAI'
974971
name: azureOpenAIVisionModelName
975-
version: azureOpenAIVisionModelVersion
976972
}
977973
sku: {
978974
name: 'GlobalStandard'

0 commit comments

Comments
 (0)