diff --git a/llama_stack/distribution/routers/inference.py b/llama_stack/distribution/routers/inference.py index 616ea9f7e..2e111c20a 100644 --- a/llama_stack/distribution/routers/inference.py +++ b/llama_stack/distribution/routers/inference.py @@ -602,7 +602,7 @@ class InferenceRouter(Inference): async def health(self) -> dict[str, HealthResponse]: health_statuses = {} - timeout = 1 # increasing the timeout to 1 second for health checks + timeout = 1 # increasing the timeout to 1 second for health checks for provider_id, impl in self.routing_table.impls_by_provider_id.items(): try: # check if the provider has a health method