diff --git a/src/pipecat/services/inworld/tts.py b/src/pipecat/services/inworld/tts.py index b05134a5d..89f6c5e6c 100644 --- a/src/pipecat/services/inworld/tts.py +++ b/src/pipecat/services/inworld/tts.py @@ -68,7 +68,7 @@ def language_to_inworld_language(language: Language) -> Optional[str]: return result -class InworldTTSService(TTSService): +class InworldHttpTTSService(TTSService): """Inworld HTTP-based TTS service. Provides text-to-speech using Inworld's HTTP API for simpler, non-streaming