LMN
04/12/2025, 11:17 AMVapi Support Bot
04/12/2025, 11:19 AMcontents
property in various tool messages to provide message variants for different languages ([Vapi Changelog](https://docs.vapi.ai/changelog/2024/10/25)).
- **Automatic Translation**: Vapi automatically translates the first item to the active language by default for several message types if specific content isn't provided for a language ([Vapi Changelog](https://docs.vapi.ai/changelog/2024/10/25)).
- **Language Selection for PlayHTVoice**: The language
property has been added to PlayHTVoice
, allowing you to specify the desired language for speech synthesis ([Vapi Changelog](https://docs.vapi.ai/changelog/2024/11/24)).
## Improving Comprehension
For the comprehension issues you're experiencing, consider these settings:
1. **Transcriber Selection**: Make sure you're using a transcriber that properly supports French. According to the documentation, "Vapi's multilingual support is facilitated through transcribers like Deepgram and Talkscriber, each supporting different languages and models" ([Vapi Multilingual Documentation](https://docs.vapi.ai/customization/multilingual)).Vapi Support Bot
04/12/2025, 11:19 AMsilenceTimeoutSeconds
, responseDelaySeconds
, and llmRequestDelaySeconds
that might affect call setup and response times ([Discord Discussion](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1332286268805087272)).
2. **Adjust Conversation Flow Settings**: Modify numWordsToInterruptAssistant
(controls how long the person speaks before the AI responds) and maxDurationSeconds
(defines how long the AI waits for a response before proceeding) ([Discord Discussion](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334027136305991750)).
3. **Network Optimization**: Optimize your network path, server configuration, and code efficiency. Consider using efficient protocols like WebRTC or WebSocket ([Discord Discussion](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1336685825227755591)).Vapi Support Bot
04/12/2025, 11:19 AMchunkPlan.enabled
is properly configured. Using chunkPlan.enabled
for non-English languages and tuning minCharacters
and punctuationBoundaries
can help with response times ([Discord Discussion](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1343543475383046185)).
Is there a specific aspect of these settings you'd like me to elaborate on further?
Sources:
- [Vapi Changelog](https://docs.vapi.ai/changelog/2024/11/21)
- [Vapi Changelog](https://docs.vapi.ai/changelog/2024/10/25)
- [Vapi Changelog](https://docs.vapi.ai/changelog/2024/11/24)
- [Vapi Multilingual Documentation](https://docs.vapi.ai/customization/multilingual)
- [Discord Discussion](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1336366437773738150)
- [Discord Discussion](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1296031572956549171)
- [Discord Discussion](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1316042862630146058)
- [Discord Discussion](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1332286268805087272)
- [Discord Discussion](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334027136305991750)
- [Discord Discussion](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1336685825227755591)
- [Discord Discussion](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1343543475383046185)Kyle Brunker
04/12/2025, 11:39 AM