From a5d353030ec83a79e40c647af7bcb4f46863e57b Mon Sep 17 00:00:00 2001 From: padillamt Date: Wed, 23 Jul 2025 12:02:58 -0700 Subject: [PATCH] mtpadilla: small formatting fix to comments --- src/pipecat/services/inworld/tts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipecat/services/inworld/tts.py b/src/pipecat/services/inworld/tts.py index b1a020b8b..1fd8e9a55 100644 --- a/src/pipecat/services/inworld/tts.py +++ b/src/pipecat/services/inworld/tts.py @@ -126,7 +126,7 @@ class InworldHttpTTSService(TTSService): class InputParams(BaseModel): """Input parameters for Inworld HTTP TTS configuration. - Parameters: + Parameters: voice_id: Voice selection for speech synthesis (e.g., "Ashley", "Hades"). model: TTS model to use (e.g., "inworld-tts-1", "inworld-tts-1-max"). temperature: Voice temperature control for synthesis variability (e.g., 0.8).