Only 2 sec conversation?
# support
l
Hi Guys The VAPI AI conversation test has a 2-second time frame, so I can't conversate with them for more time 🤔 How can I talk with them for more time? https://cdn.discordapp.com/attachments/1268208704038244534/1268208704579440662/Error2.PNG?ex=66ab96e5&is=66aa4565&hm=b527d412d2729cf0a00caa495d20e241f129423c435b8a9e138035e31eb32b61&
v
@Lorenzo Ceschia Hello there! To extend the conversation time beyond the default 2-second time frame, you can adjust the timeout settings of your VAPI instance. This can typically be done by setting a longer duration for the speech recognition timeout or by configuring the conversation settings to allow for longer pauses and speech. If you have access to the code where the VAPI instance is configured, look for a setting related to timeouts, such as
recognitionTimeout
,
noInputTimeout
, or similar, and increase its value to the desired length of time. If you need assistance with the specific code or setting to change, please provide me with the relevant section of your code or further details about your VAPI setup, and I'll be happy to guide you through the process.
You can continue this conversation by mentioning me in the message.
l
Where i can find the VAPI "instance"?
s
it looks like your assistant has said one of the end call phrase set by you, it will be helpful if you can share the call id.
l
d8cfc03d-ff83-44e2-83b3-32d5b5ceadda - the last call
s
please remove the following phrase from assistant, because your assistant first response is similar to these. "end_call_phrases": [ "Ciao", "a presto!" ],
l
Ok @Shubham Bajaj, I got it. Where i can find that code on VAPI assistant? I have that json code on make.com
s
in your assistant config inside make dot com look for end call phrases.
l
Ok awesome, thank you
3 Views