Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanMarten committed Dec 15, 2024
1 parent ab59f3c commit a25cb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bespokelabs/curator/llm/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ def __init__(
batch_check_interval: Optional[int] = 60,
delete_successful_batch_files: bool = True,
delete_failed_batch_files: bool = False, # To allow users to debug failed batches
require_all_responses: Optional[bool] = True,
temperature: Optional[float] = None,
top_p: Optional[float] = None,
presence_penalty: Optional[float] = None,
frequency_penalty: Optional[float] = None,
max_retries: Optional[int] = None,
require_all_responses: Optional[bool] = True,
):
"""Initialize a LLM.
Expand Down

0 comments on commit a25cb3c

Please sign in to comment.