Skip to content

Commit

Permalink
Update main.bicep add got-4o-mini
Browse files Browse the repository at this point in the history
  • Loading branch information
DFMERA authored Aug 23, 2024
1 parent a800193 commit a0d957f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ param tags string = ''
param openAiResourceGroupLocation string

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

param azureOpenAIChatGptModelVersion string ='0613'
Expand Down

0 comments on commit a0d957f

Please sign in to comment.