Clean up comments in MistralTTSService
This commit is contained in:
@@ -71,12 +71,10 @@ class MistralTTSService(TTSService):
|
|||||||
"""Initialize Mistral TTS service.
|
"""Initialize Mistral TTS service.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
api_key: Mistral API key for authentication. If None, uses
|
api_key: Mistral API key for authentication.
|
||||||
MISTRAL_API_KEY environment variable.
|
|
||||||
sample_rate: Output audio sample rate in Hz. Audio is resampled from
|
sample_rate: Output audio sample rate in Hz. Audio is resampled from
|
||||||
Mistral's native 24kHz when a different rate is requested.
|
Mistral's native 24kHz when a different rate is requested.
|
||||||
settings: Runtime-updatable settings. When provided alongside deprecated
|
settings: Runtime-updatable settings.
|
||||||
parameters, ``settings`` values take precedence.
|
|
||||||
**kwargs: Additional keyword arguments passed to TTSService.
|
**kwargs: Additional keyword arguments passed to TTSService.
|
||||||
"""
|
"""
|
||||||
# Initialize default_settings with hardcoded defaults
|
# Initialize default_settings with hardcoded defaults
|
||||||
|
|||||||
Reference in New Issue
Block a user