Skip to content

Commit 178a4a7

Browse files
parameterized for model version
1 parent cb033ad commit 178a4a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ param deploymentType string = 'GlobalStandard'
3232
param gptModelName string = 'gpt-4o-mini'
3333

3434
@description('Version of the GPT model to deploy:')
35-
param gptModelVersion string = '2024-02-15-preview'
35+
param gptModelVersion string = '2024-05-13'
3636

3737
var azureOpenAIApiVersion = '2024-02-15-preview'
3838

infra/main.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"_generator": {
66
"name": "bicep",
77
"version": "0.35.1.17967",
8-
"templateHash": "11123654867356883175"
8+
"templateHash": "15020047619290301176"
99
}
1010
},
1111
"parameters": {
@@ -59,7 +59,7 @@
5959
},
6060
"gptModelVersion": {
6161
"type": "string",
62-
"defaultValue": "2024-02-15-preview",
62+
"defaultValue": "2024-05-13",
6363
"metadata": {
6464
"description": "Version of the GPT model to deploy:"
6565
}

0 commit comments

Comments
 (0)