Hi there! 👋 I see you're encountering an error when trying to publish your assistant.
I wasn't able to find a specific definition of "transcriber.property numerals" in the Vapi platform, but I can help you troubleshoot this error based on similar issues others have faced.
Based on the information I found, this error suggests that there's an unexpected property in your assistant configuration. The "transcriber.property numerals should not exist" error indicates that the system is detecting a property called "numerals" in your transcriber configuration that shouldn't be there.
Here are some potential solutions:
### Transcriber-Specific Solutions
- **Switch Transcribers**: Try switching to a different transcriber. Some users have resolved similar issues by changing the transcriber from Deepgram to Whisper/Talkscribe or Azure. [Vapi supports several transcribers](
https://docs.vapi.ai/providers/transcriber/talkscriber) including Deepgram, Gladia, Talkscriber, and Assembly AI.
- **Check Configuration**: The error suggests that the "numerals" property should not be included in the API request. Review your transcriber configuration to ensure it follows the correct format.
- **Adjust TranscriptionEndpointingPlan**: If you're using the "nova-2-phonecall (Deepgram)" transcriber, consider adjusting the "transcriptionEndpointingPlan" settings.
### General Troubleshooting Steps
- **Review Recent Changes**: Check any recent code or settings changes that might have introduced the error.
- **Check API Keys**: Verify that your API keys and access permissions are correct.
- **Test in Different Environment**: Try testing the assistant in a different environment to see if the error persists.
- **Review Documentation**: Double-check the Vapi documentation to ensure all steps are being followed correctly.
If the issue persists after trying these solutions, you might want to contact Vapi support with details of the error and the steps you've taken.