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(