From b9ce79909e36b2068b53132d33d96620add38a26 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 4 Jun 2023 13:22:38 -0700 Subject: [PATCH] copy --- aider/coder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/coder.py b/aider/coder.py index 0c48ec0d5..7e54a3824 100755 --- a/aider/coder.py +++ b/aider/coder.py @@ -81,7 +81,7 @@ class Coder: self.main_model = main_model if main_model == "gpt-3.5-turbo": self.io.tool_output( - f"Using {main_model}, so showing diffs and disabling ctags/repo-maps", + f"Using {main_model}: showing diffs and disabling ctags/repo-maps.", ) self.gpt_prompts = prompts.GPT35() map_tokens = 0