Update 55zf example to update a setting that is supported by the default Camb TTS model

This commit is contained in:
Paul Kompfner
2026-02-18 15:48:50 -05:00
parent d386a0efda
commit 88a2dbdb82
2 changed files with 4 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ Features:
"""
from dataclasses import dataclass, field
from typing import AsyncGenerator, Dict, Optional
from typing import Any, AsyncGenerator, Dict, Optional
from camb import StreamTtsOutputConfiguration
from camb.client import AsyncCambAI