TTSServices: for now just specify a single text aggregator
This commit is contained in:
@@ -119,7 +119,7 @@ async def main():
|
||||
tts = CartesiaTTSService(
|
||||
api_key=os.getenv("CARTESIA_API_KEY"),
|
||||
voice_id=VOICE_IDS["narrator"],
|
||||
text_aggregators=[pattern_aggregator],
|
||||
text_aggregator=pattern_aggregator,
|
||||
)
|
||||
|
||||
# Initialize LLM
|
||||
|
||||
Reference in New Issue
Block a user