Skip to content

Commit

Permalink
Auto YAPF with Google python style
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 19, 2024
1 parent e026943 commit 07f9855
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions stream_translator_gpt/translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,13 @@ def cli():
action='store_true',
help='Set this flag to use OpenAI Whisper API instead of '
'the original local Whipser.')
parser.add_argument('--whisper_filters',
type=str,
default='emoji_filter',
help='Filters apply to whisper results, separated by ",". We provide emoji_filter and japanese_stream_filter.')
parser.add_argument(
'--whisper_filters',
type=str,
default='emoji_filter',
help=
'Filters apply to whisper results, separated by ",". We provide emoji_filter and japanese_stream_filter.'
)
parser.add_argument('--openai_api_key',
type=str,
default=None,
Expand Down

0 comments on commit 07f9855

Please sign in to comment.