mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-01-25 02:08:06 +00:00
support gladia stt (#112)
This commit is contained in:
@@ -756,7 +756,8 @@
|
|||||||
"verbioOptions": "#verbioOptions",
|
"verbioOptions": "#verbioOptions",
|
||||||
"speechmaticsOptions": "#speechmaticsOptions",
|
"speechmaticsOptions": "#speechmaticsOptions",
|
||||||
"openaiOptions": "#openaiOptions",
|
"openaiOptions": "#openaiOptions",
|
||||||
"houndifyOptions": "#houndifyOptions"
|
"houndifyOptions": "#houndifyOptions",
|
||||||
|
"gladiaOptions": "object"
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"vendor"
|
"vendor"
|
||||||
|
|||||||
@@ -324,6 +324,15 @@ test("validate correct verbs", async (t) => {
|
|||||||
"connectionTimeout": 5000,
|
"connectionTimeout": 5000,
|
||||||
"customVocabulary": ["jambonz", "telephony", "voip"],
|
"customVocabulary": ["jambonz", "telephony", "voip"],
|
||||||
"languageModel": "enhanced"
|
"languageModel": "enhanced"
|
||||||
|
},
|
||||||
|
"gladiaOptions": {
|
||||||
|
"post_processing": {
|
||||||
|
"summarization": false,
|
||||||
|
"summarization_config": {
|
||||||
|
"type": "general"
|
||||||
|
},
|
||||||
|
"chapterization": false
|
||||||
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user