Update litellm/llms/custom_httpx/llm_http_handler.py

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Sameer Kankute 2026-02-17 18:09:12 +05:30
parent 32263deb02
commit 590b98630d

View file

@ -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(