diff --git a/nl2ltl/engines/gpt/core.py b/nl2ltl/engines/gpt/core.py index 1a577ae..2399d70 100644 --- a/nl2ltl/engines/gpt/core.py +++ b/nl2ltl/engines/gpt/core.py @@ -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."""