From 003c24ca6eee7c1f72bb2749c7da6ffc1598856d Mon Sep 17 00:00:00 2001 From: Neil Ruaro Date: Tue, 13 Jan 2026 07:06:31 +0900 Subject: [PATCH] Make model parameter explicit in docstring example --- src/pipecat/services/camb/tts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pipecat/services/camb/tts.py b/src/pipecat/services/camb/tts.py index 5dcf19a0d..1c3c88ae7 100644 --- a/src/pipecat/services/camb/tts.py +++ b/src/pipecat/services/camb/tts.py @@ -144,8 +144,8 @@ class CambTTSService(TTSService): Example:: - # Basic usage with defaults (mars-flash) - tts = CambTTSService(api_key="your-api-key") + # Basic usage with mars-flash (fast) + tts = CambTTSService(api_key="your-api-key", model="mars-flash") # High quality with mars-pro tts = CambTTSService(