Fix merge conflict (#408)

This commit is contained in:
Sibo Van Gool
2023-07-06 22:50:35 +02:00
committed by GitHub
parent a55265ddb4
commit ac03a24027

View File

@@ -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(