From 949b50bd698e9285466dfd683d66670a4649151e Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 22 Oct 2024 10:36:30 -0700 Subject: [PATCH] fix 1122->1022 --- aider/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/models.py b/aider/models.py index 3bbe85444..95e590aa2 100644 --- a/aider/models.py +++ b/aider/models.py @@ -294,7 +294,7 @@ MODEL_SETTINGS = [ reminder="user", ), ModelSettings( - "anthropic/claude-3-5-sonnet-20241122", + "anthropic/claude-3-5-sonnet-20241022", "diff", weak_model_name="claude-3-haiku-20240307", editor_model_name="anthropic/claude-3-5-sonnet-20240620",