From 277da37047e69d4a0e6264481263492bf4cf2013 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 18 Mar 2025 12:30:47 -0700 Subject: [PATCH] refactor: Simplify warning message in main.py --- aider/main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aider/main.py b/aider/main.py index f79022eba..8ad1dff36 100644 --- a/aider/main.py +++ b/aider/main.py @@ -808,8 +808,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F or setting["name"] not in main_model.accepts_settings ): io.tool_warning( - f"Warning: The model {main_model.name} may not support the '{setting['name']}'" - " setting." + f"Warning: {main_model.name} may not support the '{setting['name']}' setting." ) warn_setting = True