The Vapi Voice agent doesn't get the correct input...
# support
r
I created a new voice agent, and when I did testing, it didn't recognize thecustomer voice and give different output.
v
Suggestion: To improve customer voice recognition, configure your agent's transcriber to use Deepgram with automatic language detection. In your assistant settings, set the transcriber like this:
Copy code
json
"transcriber": {
  "provider": "deepgram",
  "model": "nova-2",
  "language": "multi"
}
This setup helps the agent accurately detect and transcribe customer input in multiple languages. Remember to save and retest your agent after updating these settings. [See more in the Vapi multilingual guide.](https://docs.vapi.ai/customization/multilingual#configure-automatic-language-detection) Source: - [Vapi Multilingual Documentation](https://docs.vapi.ai/customization/multilingual#configure-automatic-language-detection)
r
Thank you let me try
k
Checking if this is resolved/solved for you?
3 Views