Skip to content

Commit 83447fa

Browse files
Merge branch 'psl-raju-dev' of https://github.com/microsoft/content-processing-solution-accelerator into psl-raju-dev
2 parents bd151f8 + e416fad commit 83447fa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

infra/main.bicep

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ param gptModelName string = 'gpt-4o'
4141

4242
@minLength(1)
4343
@description('Version of the GPT model to deploy:')
44+
@allowed([
45+
'2024-08-06'
46+
])
4447
param gptModelVersion string = '2024-08-06'
4548

4649
//var gptModelVersion = '2024-02-15-preview'

0 commit comments

Comments
 (0)