Skip to content

Commit 3f96015

Browse files
committed
chore: document provider scripts and rename generator
1 parent eef508b commit 3f96015

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

aider/helpers/model_providers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Those grew unwieldy and duplicated caching, request, and normalization logic.
55
This helper centralizes that behavior so every OpenAI-compatible endpoint defines
66
a small config blob and inherits the same cache + LiteLLM registration plumbing.
7+
Provider configs remain curated via ``scripts/generate_providers.py`` and the
8+
static per-model fallback metadata is still cleaned up with ``clean_metadata.py``.
79
"""
810

911
from __future__ import annotations

0 commit comments

Comments
 (0)