mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-25 15:21:07 +00:00
fixed endpoint
This commit is contained in:
parent
45cc5e39b9
commit
2b4f4cf7f6
@ -308,9 +308,9 @@ def tts_is_ready():
|
||||
|
||||
@router.get("/get_snd_input_devices")
|
||||
def get_snd_input_devices():
|
||||
lollmsElfServer.stt.get_devices()
|
||||
return lollmsElfServer.stt.get_devices()
|
||||
|
||||
@router.get("/get_snd_output_devices")
|
||||
def get_snd_output_devices():
|
||||
lollmsElfServer.tts.get_devices()
|
||||
return lollmsElfServer.tts.get_devices()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user