From 3073f91553bd67adeda66790ad2468a97c7ef1c5 Mon Sep 17 00:00:00 2001 From: SiboVG Date: Sun, 2 Jul 2023 20:44:33 +0200 Subject: [PATCH] Fix merge conflict --- gpt_engineer/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpt_engineer/main.py b/gpt_engineer/main.py index e81de45f70..d2a54dd3c1 100644 --- a/gpt_engineer/main.py +++ b/gpt_engineer/main.py @@ -16,7 +16,7 @@ @app.command() def main( - project_path: str = typer.Argument("example", help="path"), + project_path: str = typer.Argument("projects/example", help="path"), model: str = typer.Argument("gpt-4", help="model id string"), temperature: float = 0.1, steps_config: StepsConfig = typer.Option(