(address: string)
| 75 | } |
| 76 | |
| 77 | export async function checkInferenceServer(address: string): Promise<ServerResponse> { |
| 78 | return ModelManager.getInstance().checkServer(address); |
| 79 | } |
| 80 | |
| 81 | // =========================================================================== |
| 82 | // Model Listing (delegates to ModelManager) |
no test coverage detected