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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 5 deletions

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', '');