this param was there twice

This commit is contained in:
Andres Marafioti
2024-09-03 15:40:40 +02:00
parent 61e0d7c32c
commit 65bef760b4

View File

@@ -4,12 +4,6 @@ from typing import Optional
@dataclass
class WhisperSTTHandlerArguments:
language: Optional[str] = field(
default=None,
metadata={
"help": "The language for the conversation. Default is None."
},
)
stt_model_name: str = field(
default="distil-whisper/distil-large-v3",
metadata={