Skip to content
Snippets Groups Projects
Commit 65bef760 authored by Andres Marafioti's avatar Andres Marafioti
Browse files

this param was there twice

parent 61e0d7c3
No related branches found
No related tags found
No related merge requests found
...@@ -4,12 +4,6 @@ from typing import Optional ...@@ -4,12 +4,6 @@ from typing import Optional
@dataclass @dataclass
class WhisperSTTHandlerArguments: class WhisperSTTHandlerArguments:
language: Optional[str] = field(
default=None,
metadata={
"help": "The language for the conversation. Default is None."
},
)
stt_model_name: str = field( stt_model_name: str = field(
default="distil-whisper/distil-large-v3", default="distil-whisper/distil-large-v3",
metadata={ metadata={
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment