Issue with Custom LLM Integration and assistantOve...
# support
s
Hi VAPI Community, I’m encountering an issue with integrating a Custom LLM into my VAPI project and need some assistance. What We've Done: We have successfully connected Voiceflow with VAPI using a Custom LLM. Installed ngrok to set up a secure tunnel and used it to connect the endpoint to VAPI. Everything works smoothly in terms of setting up the connection and basic functionality. The Problem: While configuring my assistant in VAPI, I’m receiving the following error message: Error: assistantOverrides.each value in clientMessages must be one of the following values: conversation-update, function-call, function-call-result, hang, language-changed, metadata, model-output, speech-update, status-update, transcript, tool-calls, tool-calls-result, user-interrupted, voice-input Can anyone provide guidance on where I might be misconfiguring the clientMessages or point me in the right direction for resolving this error? https://cdn.discordapp.com/attachments/1289537630610001950/1289537631172034590/image.png?ex=66f92f01&is=66f7dd81&hm=d6e7d55573e7af7f9ac325355422260bdfba02220e5e27a64f9a2b244fafb82f&
v
@sasha@digithought Hello! It sounds like you're on the right track with integrating your Custom LLM with VAPI. The error message you're encountering suggests that there's an issue with the
assistantOverrides
configuration, specifically with the
clientMessages
array. The
clientMessages
array should only contain specific string values that correspond to the types of messages your assistant is configured to handle. Based on the error message, it seems that there might be an invalid value in the array. Here's what you can do to resolve this error: 1. Review the
assistantOverrides
configuration in your VAPI project, particularly the
clientMessages
array. 2. Ensure that each value in the
clientMessages
array is one of the allowed values mentioned in the error message. 3. Remove any values that do not match the allowed types. 4. If you're unsure about the configuration or the values you should include, refer to the VAPI documentation for guidance on setting up
assistantOverrides
. If you need further assistance with the specific configuration or if you're not sure which values to include, please provide more details about your current setup or the specific use case you're trying to achieve. This will help me guide you more accurately. If the issue persists, you may need to reach out to VAPI support for more in-depth troubleshooting.
You can continue this conversation by mentioning me in the message.
Got it. Tagging @User for additional help.
s
@Sahil
@Shubham Bajaj
s
@sasha@digithought can you try now it has been fixed.
because of no response closing this ticket.
2 Views