mirror of
https://github.com/aljazceru/gpt-engineer.git
synced 2025-12-17 20:55:09 +01:00
fix tuple error
This commit is contained in:
@@ -18,10 +18,7 @@ def chat(
|
|||||||
delete_existing: str = typer.Argument(None, help="delete existing files"),
|
delete_existing: str = typer.Argument(None, help="delete existing files"),
|
||||||
run_prefix: str = typer.Option(
|
run_prefix: str = typer.Option(
|
||||||
"",
|
"",
|
||||||
help=(
|
help="run prefix, if you want to run multiple variants of the same project and later compare them",
|
||||||
"run prefix, if you want to run multiple variants of the same project and "
|
|
||||||
"later compare them",
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
model: str = "gpt-4",
|
model: str = "gpt-4",
|
||||||
temperature: float = 0.1,
|
temperature: float = 0.1,
|
||||||
|
|||||||
Reference in New Issue
Block a user