fix docstring #150 (#152)

This commit is contained in:
Junlin Liu
2023-06-18 21:36:45 +08:00
committed by GitHub
parent 66cd09c789
commit d237c175cd
3 changed files with 16 additions and 5 deletions

View File

@@ -18,7 +18,10 @@ 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,