Skip to content

Commit

Permalink
Merge pull request #25 from Yagouus/main
Browse files Browse the repository at this point in the history
Update default constructor for class GPTEngine
  • Loading branch information
francescofuggitti committed Oct 5, 2023
2 parents c0cee65 + 8ef8867 commit b2ab734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nl2ltl/engines/gpt/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(
self,
model: str = Models.GPT4.value,
prompt: Path = PROMPT_PATH,
operation_mode: str = OperationModes.COMPLETION.value,
operation_mode: str = OperationModes.CHAT.value,
temperature: float = 0.5,
):
"""GPT LLM Engine initialization."""
Expand Down

0 comments on commit b2ab734

Please sign in to comment.