add semantic_vad for openai stt (#92)

This commit is contained in:
Dave Horton
2025-03-26 16:16:20 -04:00
committed by GitHub
parent 13901713b8
commit ab84583eff

View File

@@ -955,7 +955,17 @@
"type": "string",
"enum": [
"none",
"server_vad"
"server_vad",
"semantic_vad"
]
},
"eagerness": {
"type": "string",
"enum": [
"low",
"medium",
"high",
"auto"
]
},
"threshold": "number",