fix: redundant searxng folder causing error on ubuntu, tts issue, bigger mount point allowed by start_services, readme updated for cli mode

This commit is contained in:
martin.legrand
2025-09-13 14:30:21 +02:00
parent d80bda8468
commit 87c8a3fb09
8 changed files with 18 additions and 2766 deletions
+1
View File
@@ -63,6 +63,7 @@ class Speech():
voice_idx (int, optional): Index of the voice to use from the voice map.
"""
if not self.pipeline or not IMPORT_FOUND:
print("Pipeline disabled.")
return
if voice_idx >= len(self.voice_map[self.language]):
pretty_print("Invalid voice number, using default voice", color="error")