mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-02-01 08:48:19 +00:00
added debug data
This commit is contained in:
parent
0684838b8f
commit
22b23ead00
@ -269,7 +269,10 @@ class LollmsApplication(LoLLMsCom):
|
|||||||
except Exception as ex:
|
except Exception as ex:
|
||||||
trace_exception(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":
|
if self.config.xtts_enable or self.config.active_stt_service == "xtts":
|
||||||
|
ASCIIColors.yellow("Loading XTTS")
|
||||||
try:
|
try:
|
||||||
from lollms.services.xtts.lollms_xtts import LollmsXTTS
|
from lollms.services.xtts.lollms_xtts import LollmsXTTS
|
||||||
voice=self.config.xtts_current_voice
|
voice=self.config.xtts_current_voice
|
||||||
|
Loading…
x
Reference in New Issue
Block a user