support deepgramflux language_hint (#131)

This commit is contained in:
Hoan Luu Huu
2026-04-06 06:53:47 +07:00
committed by GitHub
parent 87b58b45fe
commit 6fd42ddbad
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -963,7 +963,8 @@
"eotTimeoutMs": "number",
"mipOptOut": "boolean",
"entityPrompt": "string",
"eagerEotThreshold":"number"
"eagerEotThreshold":"number",
"languageHints": "array"
}
},
"sonioxOptions": {
+3 -1
View File
@@ -216,7 +216,9 @@ test("validate correct verbs", async (t) => {
"eotThreshold": 500,
"eotTimeoutMs": 5000,
"eagerEotThreshold": 200,
"mipOptOut": true
"mipOptOut": true,
"keyterms": ["hello", "world"],
"languageHints": ["en", "es", "fr"]
}
},
"say": {