Skip to content

Commit 9853755

Browse files
authored
revert useGPT4V to false
1 parent 48742e4 commit 9853755

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ param speechServiceResourceGroupName string = ''
5757
param speechServiceLocation string = ''
5858
param speechServiceName string = ''
5959
param speechServiceSkuName string // Set in main.parameters.json
60-
param useGPT4V bool = true
60+
param useGPT4V bool = false
6161

6262
@description('Location for the OpenAI resource group')
6363
@allowed([

infra/main.parameters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"value": "${USE_VECTORS=true}"
172172
},
173173
"useGPT4V": {
174-
"value": "${USE_GPT4V=true}"
174+
"value": "${USE_GPT4V=false}"
175175
},
176176
"enableLanguagePicker": {
177177
"value": "${ENABLE_LANGUAGE_PICKER=false}"

0 commit comments

Comments
 (0)