refactor: improve documentation URL handling and error messages

This commit is contained in:
Paul Gauthier 2024-10-30 11:40:56 -07:00 committed by Paul Gauthier (aider)
parent e9beb1336c
commit 7e574bc214
3 changed files with 8 additions and 5 deletions

View file

@ -1042,9 +1042,6 @@ def sanity_check_model(io, model):
for match in possible_matches:
io.tool_output(f"- {match}")
if show:
io.tool_output(f"For more info, see: {urls.model_warnings}")
return show