fix tuple error

This commit is contained in:
Emil Ahlbäck
2023-06-18 15:26:54 +02:00
parent 48228ff6a3
commit 66cd09c789

View File

@@ -18,10 +18,7 @@ def chat(
delete_existing: str = typer.Argument(None, help="delete existing files"),
run_prefix: str = typer.Option(
"",
help=(
"run prefix, if you want to run multiple variants of the same project and "
"later compare them",
),
help="run prefix, if you want to run multiple variants of the same project and later compare them",
),
model: str = "gpt-4",
temperature: float = 0.1,