mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-07-04 19:22:00 +00:00
support deepgramflux language_hint (#131)
This commit is contained in:
+2
-1
@@ -963,7 +963,8 @@
|
||||
"eotTimeoutMs": "number",
|
||||
"mipOptOut": "boolean",
|
||||
"entityPrompt": "string",
|
||||
"eagerEotThreshold":"number"
|
||||
"eagerEotThreshold":"number",
|
||||
"languageHints": "array"
|
||||
}
|
||||
},
|
||||
"sonioxOptions": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user