mtpadilla: small formatting fix to comments
This commit is contained in:
@@ -126,7 +126,7 @@ class InworldHttpTTSService(TTSService):
|
|||||||
class InputParams(BaseModel):
|
class InputParams(BaseModel):
|
||||||
"""Input parameters for Inworld HTTP TTS configuration.
|
"""Input parameters for Inworld HTTP TTS configuration.
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
voice_id: Voice selection for speech synthesis (e.g., "Ashley", "Hades").
|
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").
|
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).
|
temperature: Voice temperature control for synthesis variability (e.g., 0.8).
|
||||||
|
|||||||
Reference in New Issue
Block a user