Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
slobentanzer committed Aug 15, 2024
2 parents bcc2894 + 1d76199 commit 890e15a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions biochatter/llm_connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def __init__(
self,
model_name: str,
prompts: dict,
correct: bool = True,
correct: bool = False,
split_correction: bool = False,
use_ragagent_selector: bool = False,
):
Expand Down Expand Up @@ -458,7 +458,7 @@ def __init__(
self,
model_name: str,
prompts: dict,
correct: bool = True,
correct: bool = False,
split_correction: bool = False,
):
"""
Expand Down Expand Up @@ -523,7 +523,7 @@ def __init__(
base_url: str,
prompts: dict,
model_name: str = "auto",
correct: bool = True,
correct: bool = False,
split_correction: bool = False,
):
"""
Expand Down Expand Up @@ -891,7 +891,7 @@ def __init__(
base_url: str,
prompts: dict,
model_name: str = "llama3",
correct: bool = True,
correct: bool = False,
split_correction: bool = False,
):
"""
Expand Down Expand Up @@ -1095,7 +1095,7 @@ def __init__(
self,
model_name: str,
prompts: dict,
correct: bool = True,
correct: bool = False,
split_correction: bool = False,
):
"""
Expand Down Expand Up @@ -1317,7 +1317,7 @@ def __init__(
self,
model_name: str,
prompts: dict,
correct: bool = True,
correct: bool = False,
split_correction: bool = False,
):
"""
Expand Down Expand Up @@ -1478,7 +1478,7 @@ def __init__(
deployment_name: str,
model_name: str,
prompts: dict,
correct: bool = True,
correct: bool = False,
split_correction: bool = False,
version: Optional[str] = None,
base_url: Optional[str] = None,
Expand Down

0 comments on commit 890e15a

Please sign in to comment.