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 2b9d5bc commit 301a38aCopy full SHA for 301a38a
openai-java-core/src/main/kotlin/com/openai/models/audio/transcriptions/TranscriptionCreateParams.kt
@@ -1221,7 +1221,7 @@ private constructor(
1221
override fun visitAuto(auto: JsonValue) =
1222
auto.let { if (it == JsonValue.from("auto")) 1 else 0 }
1223
1224
- override fun visitVadConfig(vadConfig: VadConfig) = vadConfig.validity()
+ override fun visitVadConfig(vadConfig: VadConfig) = 1
1225
1226
override fun unknown(json: JsonValue?) = 0
1227
}
0 commit comments