sj
04/04/2025, 5:52 PMVapi Support Bot
04/04/2025, 5:53 PMconfidenceThreshold
property, and it appears this property isn't supported when using Deepgram Nova 3.
Based on what I found, the error "transcriber.property confidenceThreshold should not exist" indicates that you need to remove this property from your configuration. Nova 3 has several specific requirements that differ from Nova 2, such as only supporting English language, requiring codeSwitchingEnabled: false
, and using keyterm
instead of keywords
.
I've escalated this to our technical team for more specific guidance on how to properly configure confidence thresholds with Nova 3, or what alternative approach you should use. They'll be able to provide you with the exact solution.
In the meantime, you might try removing the confidenceThreshold
property from your configuration and see if that resolves the publishing error.
Someone from our team will get back to you shortly with more detailed assistance! 🙂Kings Big
04/06/2025, 8:57 AM