after applying the keywords, the
# general-english
s
after applying the keywords, the transcriber is still misspelling Cristian as Christian. Is there any other solution or workaround?
s
@santi_racca can you share with me how your doing it?
Copy code
curl -X POST https://api.vapi.ai/assistant \
     -H "Authorization: Bearer " \
     -H "Content-Type: application/json" \
     -d '{
  "transcriber": {
    "provider": "deepgram",
    "keywords": [
      "keyword",
      "keyword"
    ]
  }
}'
s
curl -X POST https://api.vapi.ai/assistant \ -H "Authorization: Bearer " \ -H "Content-Type: application/json" \ -d '{ "transcriber": { "provider": "deepgram", "keywords": [ "Cristian:5", "Racca:5" ] } }'
roughly like that