diff --git a/litellm/proxy/guardrails/guardrail_hooks/resemble/resemble.py b/litellm/proxy/guardrails/guardrail_hooks/resemble/resemble.py index 2ea616084d2..80e4737e453 100644 --- a/litellm/proxy/guardrails/guardrail_hooks/resemble/resemble.py +++ b/litellm/proxy/guardrails/guardrail_hooks/resemble/resemble.py @@ -499,6 +499,7 @@ class ResembleGuardrail(CustomGuardrail): response = await self.async_handler.get( url=poll_url, headers=headers, + timeout=10.0, ) response.raise_for_status() body = response.json()