We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed120d0 commit 003c24cCopy full SHA for 003c24c
1 file changed
src/pipecat/services/camb/tts.py
@@ -144,8 +144,8 @@ class CambTTSService(TTSService):
144
145
Example::
146
147
- # Basic usage with defaults (mars-flash)
148
- tts = CambTTSService(api_key="your-api-key")
+ # Basic usage with mars-flash (fast)
+ tts = CambTTSService(api_key="your-api-key", model="mars-flash")
149
150
# High quality with mars-pro
151
tts = CambTTSService(
0 commit comments