transport: enable interim results in daily transport

This commit is contained in:
Aleix Conchillo Flaqué
2024-04-11 11:22:05 -07:00
parent eb3bf117b1
commit 0f23282e30

View File

@@ -89,9 +89,11 @@ class DailyTransport(ThreadedTransport, EventHandler):
"model": "2-conversationalai", "model": "2-conversationalai",
"profanity_filter": True, "profanity_filter": True,
"redact": False, "redact": False,
"extra": {
"endpointing": True, "endpointing": True,
"punctuate": False, "punctuate": True,
"includeRawResponse": True,
"extra": {
"interim_results": True,
}, },
} }