Fix formatting

This commit is contained in:
Dan Berg
2025-06-03 17:21:51 +02:00
parent 71d121aeb9
commit 094e2f8151

View File

@@ -74,7 +74,7 @@ class TranslationConfig(BaseModel):
target_languages: List of target language codes for translation
model: Translation model to use ("base" or "enhanced")
match_original_utterances: Whether to align translations with original utterances
informal: Force informal language forms when available
informal: Force informal language forms when available
"""
target_languages: Optional[List[str]] = None