Clearing cached voice responses
# support
t
I am encountering an issue where the phrase “goodbye.” is being spoken as GOODBYEEEEE. (Slow motion, shouting) From the call logs, I can see that the message is a cached message. How do I clear the cache and force a regeneration?
c
You can disable caching through the API:
Copy code
{
  "voice": {
    "provider": "vapi",
    "voiceId": "Elliot",
    "cachingEnabled": false,
    // ... other voice settings
  }
}
If you are unable to disable caching or need another solution, please let us know