diff --git a/infra/main.bicep b/infra/main.bicep index 9c31f9fd..439fc277 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -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'