mirror of
https://github.com/jambonz/verb-specifications.git
synced 2025-12-19 04:47:47 +00:00
fixed eagerEotThreshold for deepgram flux (#110)
This commit is contained in:
@@ -918,7 +918,7 @@
|
|||||||
"eotTimeoutMs": "number",
|
"eotTimeoutMs": "number",
|
||||||
"mipOptOut": "boolean",
|
"mipOptOut": "boolean",
|
||||||
"entityPrompt": "string",
|
"entityPrompt": "string",
|
||||||
"eager_eot_threshold":"number"
|
"eagerEotThreshold":"number"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sonioxOptions": {
|
"sonioxOptions": {
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user