refac all urls into urls.py

This commit is contained in:
Paul Gauthier 2024-06-08 12:53:54 -07:00
parent 09d3d02971
commit 1f1da4b1a2
7 changed files with 26 additions and 18 deletions

View file

@ -8,6 +8,7 @@ from typing import Optional
from PIL import Image
from aider import urls
from aider.dump import dump # noqa: F401
from aider.litellm import litellm
@ -471,7 +472,7 @@ def sanity_check_model(io, model):
io.tool_error(f"- {m} ({fq})")
if show:
io.tool_error("For more info see https://aider.chat/docs/llms/warnings.html")
io.tool_error(urls.model_warnings)
def fuzzy_match_models(name):