File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
openai-realtime-webrtc-demo/src/main/java/ai/pipecat/openai_realtime_webrtc_demo Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,9 +98,9 @@ class VoiceClientManager(private val context: Context) {
98
98
),*/
99
99
initialConfig = OpenAIRealtimeSessionConfig (
100
100
voice = " ballad" ,
101
- turnDetection = Value .Object (" type" to Value . Str ( " semantic_vad" ) ),
102
- inputAudioNoiseReduction = Value .Object (" type" to Value . Str ( " near_field" ) ),
103
- inputAudioTranscription = Value .Object (" model" to Value . Str ( " gpt-4o-transcribe" ) ),
101
+ turnDetection = Value .Object (" type" toStr " semantic_vad" ),
102
+ inputAudioNoiseReduction = Value .Object (" type" toStr " near_field" ),
103
+ inputAudioTranscription = Value .Object (" model" toStr " gpt-4o-transcribe" ),
104
104
tools = Value .Array (
105
105
Value .Object (
106
106
" type" toStr " function" ,
You can’t perform that action at this time.
0 commit comments