We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48742e4 commit 9853755Copy full SHA for 9853755
infra/main.bicep
@@ -57,7 +57,7 @@ param speechServiceResourceGroupName string = ''
57
param speechServiceLocation string = ''
58
param speechServiceName string = ''
59
param speechServiceSkuName string // Set in main.parameters.json
60
-param useGPT4V bool = true
+param useGPT4V bool = false
61
62
@description('Location for the OpenAI resource group')
63
@allowed([
infra/main.parameters.json
@@ -171,7 +171,7 @@
171
"value": "${USE_VECTORS=true}"
172
},
173
"useGPT4V": {
174
- "value": "${USE_GPT4V=true}"
+ "value": "${USE_GPT4V=false}"
175
176
"enableLanguagePicker": {
177
"value": "${ENABLE_LANGUAGE_PICKER=false}"
0 commit comments