(address: string)
| 71 | } |
| 72 | |
| 73 | export async function checkCustomServer(address: string): Promise<ServerResponse> { |
| 74 | return ModelManager.getInstance().checkCustomServer(address); |
| 75 | } |
| 76 | |
| 77 | export async function checkInferenceServer(address: string): Promise<ServerResponse> { |
| 78 | return ModelManager.getInstance().checkServer(address); |
no test coverage detected