Spaces:
Sleeping
Sleeping
Update openai_transcription_settings.json
Browse files
openai_transcription_settings.json
CHANGED
|
@@ -1,5 +1,20 @@
|
|
| 1 |
{
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
{
|
| 2 |
+
"type": "transcription_session.update",
|
| 3 |
+
"session": {
|
| 4 |
+
"input_audio_format": "pcm16",
|
| 5 |
+
"input_audio_transcription": {
|
| 6 |
+
"model": "gpt-4o-transcribe",
|
| 7 |
+
"prompt": "",
|
| 8 |
+
"language": "en"
|
| 9 |
+
},
|
| 10 |
+
"turn_detection": {
|
| 11 |
+
"type": "server_vad",
|
| 12 |
+
"threshold": 0.4,
|
| 13 |
+
"prefix_padding_ms": 200,
|
| 14 |
+
"silence_duration_ms": 300
|
| 15 |
+
},
|
| 16 |
+
"input_audio_noise_reduction": {
|
| 17 |
+
"type": "near_field"
|
| 18 |
+
}
|
| 19 |
+
}
|
| 20 |
+
}
|