support assembly ai v3 (#97)

* support assembly ai v3

* wip
This commit is contained in:
Hoan Luu Huu
2025-06-29 19:02:46 +07:00
committed by GitHub
parent 985476e8b1
commit 95f3a06625
2 changed files with 18 additions and 2 deletions
+6 -1
View File
@@ -77,7 +77,12 @@ test("validate correct verbs", async (t) => {
"language": "de-DE",
"label": "label1",
"assemblyAiOptions": {
"apiKey": "apikey"
"apiKey": "apikey",
"serviceVersion": "v3",
"format_turns": true,
"end_of_turn_confidence_threshold": 0.5,
"min_end_of_turn_silence_when_confident": 500,
"max_turn_silence": 2000
}
}
},