added debug data

This commit is contained in:
Saifeddine ALOUI 2024-05-24 00:15:56 +02:00
parent 0684838b8f
commit 22b23ead00

View File

@ -269,7 +269,10 @@ class LollmsApplication(LoLLMsCom):
except Exception as ex:
trace_exception(ex)
ASCIIColors.yellow(f" -> self.config.xtts_enable: {self.config.xtts_enable}")
ASCIIColors.yellow(f" -> self.config.active_stt_service: {self.config.active_stt_service}")
if self.config.xtts_enable or self.config.active_stt_service == "xtts":
ASCIIColors.yellow("Loading XTTS")
try:
from lollms.services.xtts.lollms_xtts import LollmsXTTS
voice=self.config.xtts_current_voice