mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01: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
|
@ -580,7 +580,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
if not args.model:
|
||||
args.model = "gpt-4o-2024-08-06"
|
||||
if os.environ.get("ANTHROPIC_API_KEY"):
|
||||
args.model = "anthropic/claude-3-5-sonnet-20241022"
|
||||
args.model = "claude-3-5-sonnet-20241022"
|
||||
|
||||
main_model = models.Model(
|
||||
args.model,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue