support gladia stt (#112)

This commit is contained in:
Hoan Luu Huu
2025-10-15 22:42:03 +07:00
committed by GitHub
parent 7d19707dec
commit dfcf1de210
2 changed files with 11 additions and 1 deletions

View File

@@ -756,7 +756,8 @@
"verbioOptions": "#verbioOptions",
"speechmaticsOptions": "#speechmaticsOptions",
"openaiOptions": "#openaiOptions",
"houndifyOptions": "#houndifyOptions"
"houndifyOptions": "#houndifyOptions",
"gladiaOptions": "object"
},
"required": [
"vendor"

View File

@@ -324,6 +324,15 @@ test("validate correct verbs", async (t) => {
"connectionTimeout": 5000,
"customVocabulary": ["jambonz", "telephony", "voip"],
"languageModel": "enhanced"
},
"gladiaOptions": {
"post_processing": {
"summarization": false,
"summarization_config": {
"type": "general"
},
"chapterization": false
},
}
},
},