Allow specifying model large-v1

#33
Files changed (1) hide show
  1. config.json5 +5 -1
config.json5 CHANGED
@@ -22,6 +22,10 @@
22
  "name": "large",
23
  "url": "large"
24
  },
 
 
 
 
25
  {
26
  "name": "large-v2",
27
  "url": "large-v2"
@@ -155,4 +159,4 @@
155
  "diarization_max_speakers": 8,
156
  // The number of seconds before inactivate processes are terminated. Use 0 to close processes immediately, or None for no timeout.
157
  "diarization_process_timeout": 60,
158
- }
 
22
  "name": "large",
23
  "url": "large"
24
  },
25
+ {
26
+ "name": "large-v1",
27
+ "url": "large-v1"
28
+ },
29
  {
30
  "name": "large-v2",
31
  "url": "large-v2"
 
159
  "diarization_max_speakers": 8,
160
  // The number of seconds before inactivate processes are terminated. Use 0 to close processes immediately, or None for no timeout.
161
  "diarization_process_timeout": 60,
162
+ }