mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
fix(guardrails): add Resemble poll timeout
This commit is contained in:
parent
0728dfcccd
commit
dad97087e2
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue