diff --git a/gpt_engineer/applications/cli/main.py b/gpt_engineer/applications/cli/main.py index 157e02f26b..2b8d1f5d52 100644 --- a/gpt_engineer/applications/cli/main.py +++ b/gpt_engineer/applications/cli/main.py @@ -249,7 +249,7 @@ def prompt_yesno() -> bool: ) def main( project_path: str = typer.Argument(".", help="path"), - model: str = typer.Argument("gpt-4o", help="model id string"), + model: str = typer.Option("gpt-4o", "--model", "-m", help="model id string"), temperature: float = typer.Option( 0.1, "--temperature",