Hi there! 👋 I see you're encountering an error when trying to set up the new OpenAI STT.
I wasn't able to find specific information about the "numerals" property in the OpenAI STT configuration. However, I can help you troubleshoot this "transcriber.property numerals should not exist" error based on similar issues others have faced.
Here are some potential causes and solutions:
1. **Schema Validation Issue**: This appears to be a schema validation error. According to [information I found](
https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1341487904677167114), similar errors occur when there's a property in your configuration that isn't supported or expected by the API.
2. **Invalid Property**: The error specifically mentions "numerals" should not exist in the transcriber configuration. This suggests that either:
- The property isn't supported for OpenAI's STT
- The property might be valid for other providers but not for OpenAI
3. **Similar Errors**: Users have encountered comparable errors with other properties. For example, one user resolved a "`assistant.property pciEnabled should not exist`" error by [removing that property from their assistant JSON](
https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1338868888879890432).
Here are some troubleshooting steps you can try:
1. **Check Your Configuration**: Review your transcriber configuration and remove the "numerals" property if it's present.
2. **Valid Properties**: According to the [documentation](
https://docs.vapi.ai/api-reference/assistants/update-assistant), valid transcriber properties include:
-
provider
-
disablePartialTranscripts
-
endUtteranceSilenceThreshold
-
language
-
realtimeUrl
-
wordBoost
3. **Try Disabling Background Denoising**: Since you mentioned background denoising is enabled, try disabling it to see if that resolves the issue.