mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
refac all urls into urls.py
This commit is contained in:
parent
09d3d02971
commit
1f1da4b1a2
7 changed files with 26 additions and 18 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue