mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-17 20:55:09 +01:00
* I think this would do it * Update main.py
This commit is contained in:
@@ -19,7 +19,7 @@ app = typer.Typer()
|
||||
def main(
|
||||
project_path: str = typer.Argument("example", help="path"),
|
||||
delete_existing: bool = typer.Argument(False, help="delete existing files"),
|
||||
model: str = "gpt-4",
|
||||
model: str = typer.Argument("gpt-4", help="model id string"),
|
||||
temperature: float = 0.1,
|
||||
steps_config: steps.Config = typer.Option(
|
||||
steps.Config.DEFAULT, "--steps", "-s", help="decide which steps to run"
|
||||
|
||||
Reference in New Issue
Block a user