()
| 38 | } |
| 39 | |
| 40 | export function clearInferenceAddresses(): void { |
| 41 | ModelManager.getInstance().clearServers(); |
| 42 | } |
| 43 | |
| 44 | // =========================================================================== |
| 45 | // Custom Server Management (delegates to ModelManager) |
nothing calls this directly
no test coverage detected