Skip to content

Commit 4e0dfdd

Browse files
committed
update(whisper.cpp): set language to auto-detect #168
1 parent d2c5460 commit 4e0dfdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/subsai/models/whispercpp_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class WhisperCppModel(AbstractModel):
149149
'type': str,
150150
'description': 'for auto-detection, set to None, "" or "auto"',
151151
'options': None,
152-
'default': 'en'
152+
'default': ''
153153
},
154154
'suppress_blank': {
155155
'type': bool,

0 commit comments

Comments
 (0)