fixed eagerEotThreshold for deepgram flux (#110)

This commit is contained in:
Hoan Luu Huu
2025-10-01 10:33:20 +07:00
committed by GitHub
parent 8fffe39195
commit 7ecd46393c
2 changed files with 2 additions and 2 deletions

View File

@@ -918,7 +918,7 @@
"eotTimeoutMs": "number", "eotTimeoutMs": "number",
"mipOptOut": "boolean", "mipOptOut": "boolean",
"entityPrompt": "string", "entityPrompt": "string",
"eager_eot_threshold":"number" "eagerEotThreshold":"number"
} }
}, },
"sonioxOptions": { "sonioxOptions": {

View File

@@ -216,7 +216,7 @@ test("validate correct verbs", async (t) => {
preflightThreshold: 1000, preflightThreshold: 1000,
eotThreshold: 500, eotThreshold: 500,
eotTimeoutMs: 5000, eotTimeoutMs: 5000,
eager_eot_threshold: 200, eagerEotThreshold: 200,
mipOptOut: true mipOptOut: true
} }
}, },