Skip to content

Commit

Permalink
Revert "Add language flag"
Browse files Browse the repository at this point in the history
This reverts commit af607e6.
  • Loading branch information
ChetanXpro committed Jan 15, 2024
1 parent 166738e commit 48b8713
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/WhisperHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,5 @@ const constructOptionsFlags = (args: IOptions) => {
if (args?.whisperOptions?.splitOnWord) {
flag += `-sow true `
}
if (args?.whisperOptions?.language){
flag += `-l ${args.whisperOptions.language}`
}
return flag
}

0 comments on commit 48b8713

Please sign in to comment.