We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1072e8 commit c52fe4cCopy full SHA for c52fe4c
examples/01_simple_agent_example/simple_agent_example.py
@@ -22,9 +22,6 @@ async def start_agent() -> None:
22
llm=llm,
23
tts=cartesia.TTS(),
24
stt=deepgram.STT(),
25
- turn_detection=smart_turn.TurnDetection(
26
- buffer_duration=2.0, confidence_threshold=0.5
27
- ), # Enable turn detection with FAL/ Smart turn
28
# vad=silero.VAD(),
29
# realtime version (vad, tts and stt not needed)
30
# llm=openai.Realtime()
0 commit comments