Add code (#70)

Co-authored-by: Freddy Boulton <freddyboulton@hf-freddy.local>
This commit is contained in:
Freddy Boulton
2025-02-24 21:21:52 -05:00
committed by GitHub
parent 5a4693ee0b
commit aafd7b82eb
5 changed files with 8 additions and 8 deletions

View File

@@ -54,7 +54,7 @@ The `Stream` has three main methods:
yield audio
stream = Stream(
handler=ReplyOnPause(detection),
handler=ReplyOnPause(echo),
modality="audio",
mode="send-receive",
)