mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-04-05 09:59:08 +00:00
done
This commit is contained in:
parent
4d5a2e362d
commit
9c9a0b008c
@ -125,7 +125,7 @@ async def text2Audio(request: LollmsText2AudioRequest):
|
||||
if request.voice:
|
||||
voice = request.voice
|
||||
else:
|
||||
voice = lollmsElfServer.config.xtts_current_voice
|
||||
voice = lollmsElfServer.tts.service_config.voice
|
||||
response = lollmsElfServer.tts.tts_audio(request.text, voice, file_name_or_path=request.fn, use_threading=False)
|
||||
return response
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user