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",
"profanity_filter": True,
"redact": False,
"endpointing": True,
"punctuate": True,
"includeRawResponse": True,
"extra": {
"endpointing": True,
"punctuate": False,
"interim_results": True,
},
}