Skip to content

Commit

Permalink
feat fast recognition
Browse files Browse the repository at this point in the history
  • Loading branch information
xquanluu committed Sep 11, 2023
1 parent 3a5b053 commit 32d2fc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,8 @@
"ibmOptions": "#ibmOptions",
"nvidiaOptions": "#nvidiaOptions",
"sonioxOptions": "#sonioxOptions",
"customOptions": "#customOptions"
"customOptions": "#customOptions",
"fastRecognitionTimeout": "number"
},
"required": [
"vendor"
Expand Down
1 change: 1 addition & 0 deletions test/jambonz-verb-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ test("validate correct verbs", async (t) => {
"language": "en-US",
"hints": ["sales", "support"],
"hintsBoost": 10,
"fastRecognitionTimeout": 2000,
"deepgramOptions": {
"endpointing": 500
}
Expand Down

0 comments on commit 32d2fc7

Please sign in to comment.