Skip to content

Commit a0d957f

Browse files
authored
Update main.bicep add got-4o-mini
1 parent a800193 commit a0d957f

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
@@ -20,7 +20,7 @@ param tags string = ''
2020
param openAiResourceGroupLocation string
2121

2222
@description('Name of the chat GPT model. Default: gpt-35-turbo')
23-
@allowed([ 'gpt-35-turbo', 'gpt-4', 'gpt-4o', 'gpt-35-turbo-16k', 'gpt-4-16k' ])
23+
@allowed([ 'gpt-35-turbo', 'gpt-4', 'gpt-4o', 'gpt-4o-mini', 'gpt-35-turbo-16k', 'gpt-4-16k' ])
2424
param azureOpenAIChatGptModelName string = 'gpt-35-turbo'
2525

2626
param azureOpenAIChatGptModelVersion string ='0613'

0 commit comments

Comments
 (0)