Confidence Threshold should not exist
# support
s
Getting an error when we try to publish assistants. We're using deepgram Nova 3. When we check the assistant through the API this field doesn't exist as well so I couldn't figure out what the issue is. https://cdn.discordapp.com/attachments/1357774748456587507/1357774748750446822/image.png?ex=67f16dc6&is=67f01c46&hm=f9b8747dd4b404dafd9bafa0230fe1ff0f0021e5021fcd825ee3a9ddc635b500&
v
I've looked into your error with the
confidenceThreshold
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! 🙂
k
Hey Asg, you need to change your organization channel from daily to weekly under the organization page, and then recreate your system after that. It will be resolved.