1
0

fix: remove AirLLM config settings from config.py (#475)

Co-authored-by: Kimi Agent <kimi@timmy.local>
Co-committed-by: Kimi Agent <kimi@timmy.local>
This commit is contained in:
2026-03-19 15:24:43 -04:00
committed by Timmy Time
parent 3df526f6ef
commit 0ae00af3f8
3 changed files with 7 additions and 12 deletions

View File

@@ -826,7 +826,9 @@ class CascadeRouter:
Summary dict with added/removed/preserved counts.
"""
# Snapshot current runtime state keyed by provider name
old_state: dict[str, tuple[ProviderMetrics, CircuitState, float | None, int, ProviderStatus]] = {}
old_state: dict[
str, tuple[ProviderMetrics, CircuitState, float | None, int, ProviderStatus]
] = {}
for p in self.providers:
old_state[p.name] = (
p.metrics,