We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783eaff commit eef508bCopy full SHA for eef508b
1 file changed
aider/helpers/model_providers.py
@@ -1,4 +1,10 @@
1
-"""Unified model provider metadata caching and lookup."""
+"""Unified model provider metadata caching and lookup.
2
+
3
+Historically aider kept separate modules per provider (OpenRouter vs OpenAI-like).
4
+Those grew unwieldy and duplicated caching, request, and normalization logic.
5
+This helper centralizes that behavior so every OpenAI-compatible endpoint defines
6
+a small config blob and inherits the same cache + LiteLLM registration plumbing.
7
+"""
8
9
from __future__ import annotations
10
0 commit comments