use sonnet 1022 by default

This commit is contained in:
Paul Gauthier 2024-10-22 10:09:35 -07:00
parent cfcb6656cb
commit 3c4dad7eb4
3 changed files with 3 additions and 2 deletions

View file

@ -58,7 +58,7 @@ def get_parser(default_config_files, git_root):
const=opus_model,
help=f"Use {opus_model} model for the main chat",
)
sonnet_model = "claude-3-5-sonnet-20240620"
sonnet_model = "anthropic/claude-3-5-sonnet-20241022"
group.add_argument(
"--sonnet",
action="store_const",