(address: string)
| 30 | } |
| 31 | |
| 32 | export function removeInferenceAddress(address: string): void { |
| 33 | ModelManager.getInstance().removeServer(address); |
| 34 | } |
| 35 | |
| 36 | export function getInferenceAddresses(): string[] { |
| 37 | return ModelManager.getInstance().getServers(); |
no test coverage detected