What is the best way to inject filler words?
# ask-ai
q
What is the best way to inject filler words?
t
Thanks for reaching out, Zach. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
I'm sorry, but I don't have the information you need at the moment. If you would like a member of the LiveKit team to respond, please ask your question in one of the other channels.
h
maybe you can use the agent.say method try working with it
if you are trying to add filler words to reduce the latency of the bots response you can add a before llm callback and set some filler words over there
👍 1
a
@quick-artist-10782 @helpful-teacher-46454 do you know any better ways to improve latency other than hosting the agent? any changes in voicepipeline or any other way? currently I'm getting avg latency of 1.7
h
@acoustic-guitar-10279 could you provide a bit more insight of how your current pipeline is configured and exact use case
a
Im trying build a voicepipeline agent for outbound calling. Stt using deepgram,tts using cartesia, llm using cerebras. main focus is to reduce latency
h
@acoustic-guitar-10279 my advice would be use logging and find out how much time each of your service in the pipeline takes and use different techniques like chunking and streaming data immediately via deeparam, using prewarm for Cartesia, try async response ,etc. Might even consider switch models that perform better based on your budget