Fix example numbering, add LemonSlice to evals

This commit is contained in:
Mark Backman
2026-03-27 10:08:30 -04:00
parent 789275a57b
commit d8b0ed18fd
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", ""),
),
)