Skip to content

Commit

Permalink
Update api_key name
Browse files Browse the repository at this point in the history
Co-authored-by: Alvaro Bartolome <[email protected]>
  • Loading branch information
plaguss and alvarobartt authored Jan 5, 2024
1 parent 48a1a02 commit 602a9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/distilabel/llm/anyscale.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def __init__(
task: "Task",
model: str = "HuggingFaceH4/zephyr-7b-beta",
client: Union["OpenAI", None] = None,
openai_api_key: Union[str, None] = None,
api_key: Union[str, None] = None,
max_new_tokens: int = 128,
frequency_penalty: float = 0.0,
presence_penalty: float = 0.0,
Expand Down

0 comments on commit 602a9eb

Please sign in to comment.