Add missing 55-* update-settings examples for Piper TTS, Kokoro TTS, Whisper STT, and Whisper MLX STT
Also fix 13e-whisper-mlx.py to pass MLXModel.LARGE_V3_TURBO.value instead of the enum directly.
This commit is contained in:
@@ -79,7 +79,7 @@ async def run_bot(transport: BaseTransport, runner_args: RunnerArguments):
|
||||
|
||||
stt = WhisperSTTServiceMLX(
|
||||
settings=WhisperSTTServiceMLX.Settings(
|
||||
model=MLXModel.LARGE_V3_TURBO,
|
||||
model=MLXModel.LARGE_V3_TURBO.value,
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user