deepgram options noDelay (#86)

This commit is contained in:
Hoan Luu Huu
2025-02-15 21:10:11 +07:00
committed by GitHub
parent 09a76f44cb
commit 3700ba6607
2 changed files with 3 additions and 1 deletions

View File

@@ -864,6 +864,7 @@
"version": "string",
"punctuate": "boolean",
"smartFormatting": "boolean",
"noDelay": "boolean",
"profanityFilter": "boolean",
"redact": {
"type": "string",

View File

@@ -205,7 +205,8 @@ test("validate correct verbs", async (t) => {
"hintsBoost": 10,
"fastRecognitionTimeout": 2000,
"deepgramOptions": {
"endpointing": 500
"endpointing": 500,
"noDelay": true,
}
},
"say": {