Add custom TTS through API, the assistant will not...
# support
h
Here the json body: { "voice": { "provider": "custom-voice", "server": { "url": "https://xxxxx", "timeoutSeconds": 60, "headers": { "Content-Type": "application/json" } }, "cachingEnabled": false, "fallbackPlan": { "voices": [ { "voiceId": "Cole", "provider": "vapi" } ] } } } https://cdn.discordapp.com/attachments/1412406142323392656/1412406564416917654/image.png?ex=68b82d9e&is=68b6dc1e&hm=6898db73a6fc15632a8f07ea77e7d6d0be100250263ccfbb96e6616e123f35eb&
c
Once you publish changes through the API for any custom setting such as
custom-voice
,
custom-transcriber
, or
custom-llm
you will not be able to edit your assistant on the dashboard. Please make changes through the API for your assistant and let us know if you encounter any other issues.
k
Could you please send the Assistant ID?
k
yes.this is my assistant ID 770b3a4d-ab53-4d65-8ec7-cf81df0037b0
Also thank you so much for responding.
c
There might be an issue with the fallback configuration of your assistant. Please remove the fallback settings for now and perform a test call to see if you still encounter the error
2 Views