Skip to content

Commit c52fe4c

Browse files
authored
remove turn keeping from example (#129)
1 parent e1072e8 commit c52fe4c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/01_simple_agent_example/simple_agent_example.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ async def start_agent() -> None:
2222
llm=llm,
2323
tts=cartesia.TTS(),
2424
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
2825
# vad=silero.VAD(),
2926
# realtime version (vad, tts and stt not needed)
3027
# llm=openai.Realtime()

0 commit comments

Comments
 (0)