small prompt updates

This commit is contained in:
Anton Osika
2023-06-04 21:39:42 +02:00
parent 45d2a56afb
commit f62c318d39
4 changed files with 4 additions and 17 deletions

View File

@@ -19,7 +19,7 @@ def chat(
run_prefix: str = typer.Option("", 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,
max_tokens: int = 4096,
max_tokens: int = 8192,
):
if project_path is None: