Skip to content

Commit

Permalink
transport: enable interim results in daily transport
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Apr 11, 2024
1 parent eb3bf11 commit 0f23282
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/dailyai/transports/daily_transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,11 @@ def __init__(
"model": "2-conversationalai",
"profanity_filter": True,
"redact": False,
"endpointing": True,
"punctuate": True,
"includeRawResponse": True,
"extra": {
"endpointing": True,
"punctuate": False,
"interim_results": True,
},
}

Expand Down

0 comments on commit 0f23282

Please sign in to comment.