Fix Smallest AI TTS WebSocket endpoint URL and remove unsupported flush (#4320)
* Fix Smallest AI TTS WebSocket endpoint URL to match API documentation Update base URL from waves-api.smallest.ai to api.smallest.ai and fix path prefix from /api/v1/ to /waves/v1/ per the v4.0.0 docs. * Update keepalive using silent space message instead of unsupported flush
This commit is contained in:
1
changelog/4320.fixed.md
Normal file
1
changelog/4320.fixed.md
Normal file
@@ -0,0 +1 @@
|
||||
- Fixed `SmallestTTSService` WebSocket endpoint URL to match Smallest AI v4.0.0 API (`wss://waves-api.smallest.ai` → `wss://api.smallest.ai`) and restored keepalive using a silent space message instead of the unsupported flush command.
|
||||
Reference in New Issue
Block a user