full-florist-90228
02/14/2025, 3:21 AMagent = VoicePipelineAgent(
vad=silero.VAD.load(),
# vad=ctx.proc.userdata["vad"],
stt=azure_stt,
llm=azure_llm,
tts=azure_tts,
turn_detector=turn_detector.EOUModel(),
# minimum delay for endpointing, used when turn detector believes the user is done with their turn
min_endpointing_delay=0.5,
# maximum delay for endpointing, used when turn detector does not believe the user is done with their turn
max_endpointing_delay=5.0,
chat_ctx=initial_ctx,
)
gray-monkey-83525
02/14/2025, 3:21 AMlanguage
parameter to "ja-JP" for Japanese. Additionally, ensure that your LLM is configured to generate responses in Japanese.
Would you like more details on configuring these components?
Sources:
- LiveKit documentation 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.