examples: use Cartesia TTS in most examples

This commit is contained in:
Aleix Conchillo Flaqué
2024-08-19 15:31:34 -07:00
parent 1d24f926ec
commit 1a662376fc
30 changed files with 124 additions and 169 deletions

View File

@@ -13,7 +13,6 @@ from dataclasses import dataclass
from pipecat.frames.frames import (
AppFrame,
EndFrame,
Frame,
ImageRawFrame,
LLMFullResponseStartFrame,
@@ -152,8 +151,6 @@ async def main():
frames.append(MonthFrame(month=month))
frames.append(LLMMessagesFrame(messages))
frames.append(EndFrame())
runner = PipelineRunner()
task = PipelineTask(pipeline)