Skip to content

Commit 03f2f99

Browse files
authored
Update README.md
corrects model config option capitalization Fixes #19
1 parent b81bfc6 commit 03f2f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ type SubtitleTemplateData struct {
161161

162162
| Environment Variable | Type | Default | Description |
163163
|-------------------------------------|-----------|------------------------------------------------|--------------------------------------------------------------------------------------------------------------|
164-
| MODEL_TYPE | Model | base_en | Whisper.cpp Model version `Tiny_en, Tiny Base_en, Base, Small_en, Small, Medium_en, Medium, Large_v1, Large` |
164+
| MODEL_TYPE | Model | base_en | Whisper.cpp Model version `tiny_en, tiny base_en, base, small_en, small, medium_en, medium, large_v1, large` |
165165
| TARGET_LANG | string | en | |
166166
| IGNORE_IF_EXISTING | bool | true | |
167167
| MAX_CONCURRENCY | uint | 1 | |

0 commit comments

Comments
 (0)