Merge pull request #4166 from pipecat-ai/mb/fix-example-ordering-56

Fix example numbering, add LemonSlice to evals
This commit is contained in:
Mark Backman
2026-03-27 10:29:07 -04:00
committed by GitHub
3 changed files with 6 additions and 1 deletions

View File

@@ -65,7 +65,7 @@ async def main():
tts = ElevenLabsTTSService(
api_key=os.getenv("ELEVENLABS_API_KEY", ""),
settings=ElevenLabsTTSService.Settings(
voice="71a7ad14-091c-4e8e-a314-022ece01c121", # British Reading Lady
voice=os.getenv("ELEVENLABS_VOICE_ID", ""),
),
)