Skip to content

Commit

Permalink
chore: black
Browse files Browse the repository at this point in the history
  • Loading branch information
zhudotexe committed Sep 5, 2024
1 parent 6a167fe commit 1d536f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kani/engines/openai/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def __init__(
api_base: str = "https://api.openai.com/v1",
headers: dict = None,
client: OpenAIClient = None,
tokenizer = None,
tokenizer=None,
**hyperparams,
):
"""
Expand Down

0 comments on commit 1d536f3

Please sign in to comment.