Spaces:
Building
Building
Update config/service_config.jsonc
Browse files- config/service_config.jsonc +19 -0
config/service_config.jsonc
CHANGED
@@ -85,6 +85,25 @@
|
|
85 |
"enable_word_time_offsets": true,
|
86 |
"max_duration_seconds": 305
|
87 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
}
|
89 |
],
|
90 |
"users": [
|
|
|
85 |
"enable_word_time_offsets": true,
|
86 |
"max_duration_seconds": 305
|
87 |
}
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"type": "stt",
|
91 |
+
"name": "deepgram",
|
92 |
+
"display_name": "Deepgram STT",
|
93 |
+
"requires_endpoint": false,
|
94 |
+
"requires_api_key": true,
|
95 |
+
"requires_repo_info": false,
|
96 |
+
"description": "Deepgram Cloud STT",
|
97 |
+
"features": {
|
98 |
+
"supports_realtime": true,
|
99 |
+
"supports_vad": true,
|
100 |
+
"vad_configurable": true,
|
101 |
+
"max_alternatives": 5,
|
102 |
+
"supported_encodings": ["LINEAR16", "FLAC"],
|
103 |
+
"profanity_filter": true,
|
104 |
+
"enable_word_time_offsets": true,
|
105 |
+
"max_duration_seconds": 305
|
106 |
+
}
|
107 |
}
|
108 |
],
|
109 |
"users": [
|