refactor: Remove deprecated ElevenLabs provider mapping

- Remove 'elevenlabs' fallback from providerVoiceField mapping
- ElevenLabs is no longer supported in AgentVibes
- Only Piper and macOS providers remain

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Paul Preibisch 2025-12-07 00:17:38 -07:00
parent 5f0db3fd27
commit 169e983e62
1 changed files with 0 additions and 1 deletions

View File

@ -618,7 +618,6 @@ class ManifestGenerator {
// Map provider names to voice field names
const providerVoiceField = {
piper: 'piper',
elevenlabs: 'piper', // ElevenLabs not used, fallback to piper
macos: 'mac',
};