mtpadilla: small formatting fix to comments

This commit is contained in:
padillamt
2025-07-23 12:02:58 -07:00
parent f29024bcc0
commit a5d353030e

View File

@@ -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).