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:
Paul Kompfner
2026-03-09 11:52:10 -04:00
parent c16e534f73
commit f1bb065823
6 changed files with 662 additions and 1 deletions

View File

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