examples(foundational/07): use CartesiaSTTService

This commit is contained in:
Aleix Conchillo Flaqué
2025-10-14 14:10:12 -07:00
parent be2858bfbb
commit abc569b3d2
2 changed files with 3 additions and 6 deletions

View File

@@ -48,10 +48,7 @@ transport_params = {
async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
logger.info(f"Starting bot")
stt = CartesiaSTTService(
api_key=os.getenv("CARTESIA_API_KEY"),
base_url=os.getenv("CARTESIA_BASE_URL"),
)
stt = CartesiaSTTService(api_key=os.getenv("CARTESIA_API_KEY"))
tl = TranscriptionLogger()