Remove the default recording voice
Update the recording if a voice has been selected.
This commit is contained in:
parent
502ba07c53
commit
db5cae89e4
|
|
@ -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', '');
|
||||
|
|
|
|||
Loading…
Reference in New Issue