Update docstring in RimeNonJsonTTSService to clarify the focus on the current plain text protocol and note potential future support for JSON WebSocket.

This commit is contained in:
Gokul Js
2025-12-09 02:49:37 +05:30
parent 6ca117a3c1
commit 2a6a0d83db

View File

@@ -627,8 +627,10 @@ class RimeNonJsonTTSService(WebsocketTTSService):
- Does not support word-level timestamps or context IDs.
- Intended specifically for integrations where the TTS provider only
accepts and returns non-JSON messages.
Note:
- Arcana and similar models may add JSON WebSocket support in the
future; this service focuses on the current plain text protocol.
future. This service focuses on the current plain text protocol.
"""
class InputParams(BaseModel):