Spaces:
Sleeping
Sleeping
File size: 439 Bytes
287556e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
{
"type": "transcription_session.update",
"session": {
"input_audio_format": "pcm16",
"input_audio_transcription": {
"model": "gpt-4o-transcribe",
"prompt": "",
"language": "en"
},
"turn_detection": {
"type": "server_vad",
"threshold": 0.4,
"prefix_padding_ms": 200,
"silence_duration_ms": 300
},
"input_audio_noise_reduction": {
"type": "near_field"
}
}
}
|