Skip to content

Commit

Permalink
Fix merge conflict (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
SiboVG authored Jul 6, 2023
1 parent a55265d commit ac03a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpt_engineer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit ac03a24

Please sign in to comment.