mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-17 12:45:26 +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(
|
def main(
|
||||||
project_path: str = typer.Argument("example", help="path"),
|
project_path: str = typer.Argument("example", help="path"),
|
||||||
delete_existing: bool = typer.Argument(False, help="delete existing files"),
|
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,
|
temperature: float = 0.1,
|
||||||
steps_config: steps.Config = typer.Option(
|
steps_config: steps.Config = typer.Option(
|
||||||
steps.Config.DEFAULT, "--steps", "-s", help="decide which steps to run"
|
steps.Config.DEFAULT, "--steps", "-s", help="decide which steps to run"
|
||||||
|
|||||||
Reference in New Issue
Block a user