Skip to content

Commit bbb9d29

Browse files
committed
chore(WhisperAPI): add other models #85
1 parent 210e203 commit bbb9d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/subsai/models/whisper_api_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class WhisperAPIModel(AbstractModel):
4949
'type': list,
5050
'description': "OpenAI Whisper API, currently only supports large-v2 which is named as whisper-1/ \
5151
There is a 25mb upload limit so audio is chunked locally, this may lead to lower performance.",
52-
'options': ['whisper-1'],
52+
'options': ['whisper-1', 'gpt-4o-mini-transcribe', 'gpt-4o-transcribe'],
5353
'default': 'whisper-1'
5454
},
5555
'api_key': {

0 commit comments

Comments
 (0)