diff --git a/litellm/integrations/focus/destinations/vantage_destination.py b/litellm/integrations/focus/destinations/vantage_destination.py index e860af3726..e5c04365ef 100644 --- a/litellm/integrations/focus/destinations/vantage_destination.py +++ b/litellm/integrations/focus/destinations/vantage_destination.py @@ -138,7 +138,6 @@ class FocusVantageDestination(FocusDestination): client = get_async_httpx_client( llm_provider=httpxSpecialProvider.LoggingCallback, - params={"timeout": 60.0}, ) # Check both size and row-count limits before single-shot upload