Skip to content

Commit 53a78cc

Browse files
committed
add large_v3_turbo option to WhisperModel enum
1 parent 550d030 commit 53a78cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/schemas.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ class WhisperModel(str, Enum):
113113
large_v1 = "large-v1"
114114
large_v2 = "large-v2"
115115
large_v3 = "large-v3"
116+
large_v3_turbo = "large-v3-turbo"
116117

117118

118119
class Device(str, Enum):

0 commit comments

Comments
 (0)