diff --git a/litellm/llms/custom_httpx/llm_http_handler.py b/litellm/llms/custom_httpx/llm_http_handler.py index 8f7345bae64..299fbfc1325 100644 --- a/litellm/llms/custom_httpx/llm_http_handler.py +++ b/litellm/llms/custom_httpx/llm_http_handler.py @@ -9540,7 +9540,7 @@ class BaseLLMHTTPHandler: try: response = await async_httpx_client.get( - url=url, headers=headers, params=query_params + url=url, headers=headers, params=query_params, timeout=timeout ) except Exception as e: raise self._handle_error(