diff --git a/src/pipecat/services/rime/tts.py b/src/pipecat/services/rime/tts.py index 83fd3fa62..e6d1d400a 100644 --- a/src/pipecat/services/rime/tts.py +++ b/src/pipecat/services/rime/tts.py @@ -74,7 +74,7 @@ class RimeTTSService(AudioContextWordTTSService): *, api_key: str, voice_id: str, - url: str = "wss://users-ws.rime.ai/ws2", + url: str = "wss://users.rime.ai/ws2", model: str = "mistv2", sample_rate: Optional[int] = None, params: InputParams = InputParams(),