Merge pull request #3642 from pipecat-ai/cb/rime-arcana-v3

Update RimeTTSService for arcana and mistv2 model support
This commit is contained in:
Mark Backman
2026-02-13 13:25:27 -05:00
committed by GitHub
4 changed files with 144 additions and 40 deletions

1
changelog/3642.added.md Normal file
View File

@@ -0,0 +1 @@
- Added model-specific `InputParams` to `RimeTTSService`: arcana params (`repetition_penalty`, `temperature`, `top_p`) and mistv2 params (`no_text_normalization`, `save_oovs`, `segment`). Model, voice, and param changes now trigger WebSocket reconnection.

View File

@@ -0,0 +1 @@
- ⚠️ `RimeTTSService` now defaults to `model="arcana"` and the `wss://users-ws.rime.ai/ws3` endpoint. `InputParams` defaults changed from mistv2-specific values to `None` — only explicitly-set params are sent as query params.