This commit is contained in:
Saifeddine ALOUI 2024-05-20 18:01:52 +02:00
parent 6a1e2f6f6e
commit e082019f35
2 changed files with 2 additions and 2 deletions

View File

@ -489,7 +489,7 @@ def start_recording(data:Identification):
model=lollmsElfServer.config.whisper_model, model=lollmsElfServer.config.whisper_model,
snd_input_device=lollmsElfServer.config.stt_input_device, snd_input_device=lollmsElfServer.config.stt_input_device,
snd_output_device=lollmsElfServer.config.tts_output_device, snd_output_device=lollmsElfServer.config.tts_output_device,
logs_folder="logs", logs_folder=lollmsElfServer.rec_output_folder,
voice=None, voice=None,
block_while_talking=True, block_while_talking=True,
context_size=4096 context_size=4096

View File

@ -84,7 +84,7 @@ def add_events(sio:socketio):
model=lollmsElfServer.config.whisper_model, model=lollmsElfServer.config.whisper_model,
snd_input_device=lollmsElfServer.config.stt_input_device, snd_input_device=lollmsElfServer.config.stt_input_device,
snd_output_device=lollmsElfServer.config.tts_output_device, snd_output_device=lollmsElfServer.config.tts_output_device,
logs_folder="logs", logs_folder=lollmsElfServer.rec_output_folder,
voice=None, voice=None,
block_while_talking=True, block_while_talking=True,
context_size=4096 context_size=4096