@@ -15,7 +15,7 @@ export const AI_MODELS = {
1515export const AGENT_DEFAULTS = {
1616 PERSONALITY_TONE : 'professional' as const ,
1717 COMMUNICATION_STYLE : 'balanced' as const ,
18- VOICE : 'cartesia/sonic-3:9626c31c-bec5-4cca-baa8-f8ba9e84c8bc ' , // Jacqueline (default)
18+ VOICE : 'elevenlabs/eleven_turbo_v2_5:21m00Tcm4TlvDq8ikWAM ' , // ElevenLabs Turbo - Rachel (default, most natural )
1919 TEMPERATURE : 0.7 ,
2020 MAX_TOKENS : 800 ,
2121 MODEL : 'gpt-4o-mini' ,
@@ -36,11 +36,16 @@ export const VOICE_OPTIONS = [
3636 { value : 'cartesia/sonic-3:f31cc6a7-c1e8-4764-980c-60a361443dd1' , label : 'Cartesia - Robyn (Neutral, Mature Australian Female, en-AU)' } ,
3737 { value : 'cartesia/sonic-3:5c5ad5e7-1020-476b-8b91-fdcbe9cc313c' , label : 'Cartesia - Daniela (Calm, Trusting Mexican Female, es-MX)' } ,
3838
39- // ElevenLabs
40- { value : 'elevenlabs/eleven_turbo_v2_5:Xb7hH8MSUJpSbSDYk0k2' , label : 'ElevenLabs - Alice (Clear, Engaging British Female, en-GB)' } ,
41- { value : 'elevenlabs/eleven_turbo_v2_5:iP95p4xoKVk53GoZ742B' , label : 'ElevenLabs - Chris (Natural American Male, en-US)' } ,
42- { value : 'elevenlabs/eleven_turbo_v2_5:cgSgspJ2msm6clMCkdW9' , label : 'ElevenLabs - Jessica (Young, Playful American Female, en-US)' } ,
43- { value : 'elevenlabs/eleven_turbo_v2_5:cjVigY5qzO86Huf0OWal' , label : 'ElevenLabs - Eric (Smooth Tenor Mexican Male, es-MX)' } ,
39+ // ElevenLabs Turbo v2.5 (Most Natural with Emotion Support)
40+ { value : 'elevenlabs/eleven_turbo_v2_5:21m00Tcm4TlvDq8ikWAM' , label : 'ElevenLabs Turbo - Rachel (Natural, Professional Female, en-US) ⭐ Recommended' } ,
41+ { value : 'elevenlabs/eleven_turbo_v2_5:Xb7hH8MSUJpSbSDYk0k2' , label : 'ElevenLabs Turbo - Alice (Clear, Engaging British Female, en-GB)' } ,
42+ { value : 'elevenlabs/eleven_turbo_v2_5:AZnzlk1XvdvUeBnXmlld' , label : 'ElevenLabs Turbo - Domi (Energetic, Confident Female, en-US)' } ,
43+ { value : 'elevenlabs/eleven_turbo_v2_5:EXAVITQu4vr4xnSDxMaL' , label : 'ElevenLabs Turbo - Bella (Calm, Soothing Female, en-US)' } ,
44+ { value : 'elevenlabs/eleven_turbo_v2_5:ErXwobaYiN019PkySvjV' , label : 'ElevenLabs Turbo - Antoni (Professional, Warm Male, en-US)' } ,
45+ { value : 'elevenlabs/eleven_turbo_v2_5:MF3mGyEYCl7XYWbV9V6O' , label : 'ElevenLabs Turbo - Elli (Friendly, Conversational Female, en-US)' } ,
46+ { value : 'elevenlabs/eleven_turbo_v2_5:iP95p4xoKVk53GoZ742B' , label : 'ElevenLabs Turbo - Chris (Natural American Male, en-US)' } ,
47+ { value : 'elevenlabs/eleven_turbo_v2_5:cgSgspJ2msm6clMCkdW9' , label : 'ElevenLabs Turbo - Jessica (Young, Playful American Female, en-US)' } ,
48+ { value : 'elevenlabs/eleven_turbo_v2_5:cjVigY5qzO86Huf0OWal' , label : 'ElevenLabs Turbo - Eric (Smooth Tenor Mexican Male, es-MX)' } ,
4449
4550 // Rime
4651 { value : 'rime/arcana:astra' , label : 'Rime - Astra (Chipper, Upbeat American Female, en-US)' } ,
0 commit comments