mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
refactor: Simplify warning message in main.py
This commit is contained in:
parent
f6d697ed2b
commit
277da37047
1 changed files with 1 additions and 2 deletions
|
@ -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
|
or setting["name"] not in main_model.accepts_settings
|
||||||
):
|
):
|
||||||
io.tool_warning(
|
io.tool_warning(
|
||||||
f"Warning: The model {main_model.name} may not support the '{setting['name']}'"
|
f"Warning: {main_model.name} may not support the '{setting['name']}' setting."
|
||||||
" setting."
|
|
||||||
)
|
)
|
||||||
warn_setting = True
|
warn_setting = True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue