Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-plus committed Jun 26, 2024
2 parents c7336e4 + 52c5324 commit 3ea9cbe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion openlrc/openlrc.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ class LRCer:
dictionary specifies a source word and its corresponding translation. Default: None.
retry_model: The model to use when retrying the translation. Default: None
"""

def __init__(self, whisper_model: str = 'large-v3', compute_type: str = 'float16', device: str = 'cuda',
chatbot_model: str = 'gpt-3.5-turbo', fee_limit: float = 0.3, consumer_thread: int = 4,
asr_options=None, vad_options=None, preprocess_options=None, proxy=None, base_url_config=None,
Expand Down
1 change: 0 additions & 1 deletion openlrc/prompter.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,5 @@ def system(self):
Output:
False'''

def user(self, context):
return f'''Input:\n{context}\nOutput:'''

0 comments on commit 3ea9cbe

Please sign in to comment.