Module utils

Module utils 

Source

Functionsยง

health_check
Simple health check helper for provider base URLs. Tries to GET {base_url}/models (common OpenAI-compatible endpoint) or the base URL and returns Ok(()) if reachable and returns an AiLibError otherwise.