From 1faef908412c1ee3e1f5df38922ba482718bce14 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 6 Jun 2023 07:29:47 -0700 Subject: [PATCH] copy --- aider/coder.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aider/coder.py b/aider/coder.py index 147dfb3b1..c1610ec54 100755 --- a/aider/coder.py +++ b/aider/coder.py @@ -85,7 +85,10 @@ class Coder: self.main_model = main_model if main_model == Models.GPT35: self.io.tool_output( - f"Using {main_model.value}: showing diffs and disabling ctags/repo-maps.", + ( + f"Using {main_model.value} (experimental): showing diffs and disabling" + " ctags/repo-maps." + ), ) self.gpt_prompts = prompts.GPT35() show_diffs = True