mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 04:35:00 +00:00
update sonnet model names since they are in litellm json now
This commit is contained in:
parent
a800d219c7
commit
4a3e6ef1e5
3 changed files with 2 additions and 20 deletions
|
@ -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 = "anthropic/claude-3-5-sonnet-20241022"
|
||||
sonnet_model = "claude-3-5-sonnet-20241022"
|
||||
group.add_argument(
|
||||
"--sonnet",
|
||||
action="store_const",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue