mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-17 04:35:17 +01:00
Fix merge conflict (#408)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user