Update config.json
Browse files- config.json +4 -0
config.json
CHANGED
|
@@ -68,6 +68,10 @@
|
|
| 68 |
"temp": 0.0,
|
| 69 |
"temp_text": 0.0
|
| 70 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
| 71 |
"mimi_name": "[email protected]",
|
| 72 |
"tokenizer_name": "tokenizer_en_audio_4000.model"
|
| 73 |
}
|
|
|
|
| 68 |
"temp": 0.0,
|
| 69 |
"temp_text": 0.0
|
| 70 |
},
|
| 71 |
+
"stt_config": {
|
| 72 |
+
"audio_delay_seconds": 2.5,
|
| 73 |
+
"audio_silence_prefix_seconds": 1.0
|
| 74 |
+
},
|
| 75 |
"mimi_name": "[email protected]",
|
| 76 |
"tokenizer_name": "tokenizer_en_audio_4000.model"
|
| 77 |
}
|