I'm trying to create an Assistant with API
https://api.vapi.ai/assistant
The transcriber configuration is as follows:
"transcriber":{"model":"nova-2","language":"th-TH","provider":"deepgram","smartFormat":true,"keywords":["ยิม:1"]},"startSpeakingPlan":{"waitSeconds":0.5,"smartEndpointingEnabled":true,"transcriptionEndpointingPlan":{"onPunctuationSeconds":0.5,"onNoPunctuationSeconds":1,"onNumberSeconds":0.7}}
This gives the following error: "transcriber.each keyword must be in the format 'word' or 'word:number'. for example, 'companyname' or 'companyname:1'",
But, as you can see, I'm using the format 'word:number'
The problem is the thai alphabet. If, instead of ["ยิม:1"], i use ["gim:1"], then it works.
¿What can i do?