Remove the default recording voice

Update the recording if a voice has been selected.
This commit is contained in:
FusionPBX
2024-03-30 15:19:50 -06:00
committed by GitHub
parent 502ba07c53
commit db5cae89e4

View File

@@ -149,11 +149,6 @@
$recording_uuid = uuid();
}
//set the default voice
if (empty($recording_voice)) {
$recording_voice = 'alloy';
}
//set the default value
if (empty($recording_model)) {
$recording_model = $settings->get('ai', 'speech_model', '');