✨(summary) add dutch and german languages
Based on a request from our European partners, introduce new languages for the transcription feature. Dutch and German are now supported, which is a great addition. It closes #837. WhisperX is expected to support both languages.
This commit is contained in:
committed by
aleb_the_flash
parent
d7ad5aed05
commit
0a0c7ba618
@@ -44,7 +44,7 @@ class Settings(BaseSettings):
|
||||
whisperx_max_retries: int = 0
|
||||
# ISO 639-1 language code (e.g., "en", "fr", "es")
|
||||
whisperx_default_language: Optional[str] = None
|
||||
whisperx_allowed_languages: Set[str] = {"en", "fr"}
|
||||
whisperx_allowed_languages: Set[str] = {"en", "fr", "de", "nl"}
|
||||
llm_base_url: str
|
||||
llm_api_key: SecretStr
|
||||
llm_model: str
|
||||
|
||||
Reference in New Issue
Block a user