From da4b3770c07b772d27f2d2245cae9715ef27eb99 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 5 Nov 2024 08:49:53 -0800 Subject: [PATCH] refactor: set use_repo_map=True for Claude 3.5 Haiku models --- aider/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/models.py b/aider/models.py index bc0fac898..b49a93c76 100644 --- a/aider/models.py +++ b/aider/models.py @@ -345,6 +345,7 @@ MODEL_SETTINGS = [ }, cache_control=True, ), + #ai all the 3.5 haikus should have use_repo_map=True! ModelSettings( "anthropic/claude-3-5-haiku-20241022", "diff",