transport: enable interim results in daily transport
This commit is contained in:
@@ -89,9 +89,11 @@ class DailyTransport(ThreadedTransport, EventHandler):
|
|||||||
"model": "2-conversationalai",
|
"model": "2-conversationalai",
|
||||||
"profanity_filter": True,
|
"profanity_filter": True,
|
||||||
"redact": False,
|
"redact": False,
|
||||||
|
"endpointing": True,
|
||||||
|
"punctuate": True,
|
||||||
|
"includeRawResponse": True,
|
||||||
"extra": {
|
"extra": {
|
||||||
"endpointing": True,
|
"interim_results": True,
|
||||||
"punctuate": False,
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user