From ac03a24027bb72c3d969f2bf98e52fda6b4d72b4 Mon Sep 17 00:00:00 2001 From: Sibo Van Gool Date: Thu, 6 Jul 2023 22:50:35 +0200 Subject: [PATCH] Fix merge conflict (#408) --- 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 ae384a9..e3cd0a5 100644 --- a/gpt_engineer/main.py +++ b/gpt_engineer/main.py @@ -16,7 +16,7 @@ app = typer.Typer() @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(