feat: reset availabilityService on /auth

This commit is contained in:
Adam Weidman
2025-12-10 15:01:05 -05:00
committed by Tommaso Sciortino
parent 17bf02b901
commit 4b3d858f31
3 changed files with 35 additions and 0 deletions
@@ -123,6 +123,10 @@ export class ModelAvailabilityService {
}
}
reset() {
this.health.clear();
}
private setState(model: ModelId, nextState: HealthState) {
this.health.set(model, nextState);
}