mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
fix _make_common_async_call
This commit is contained in:
parent
8e43a91b23
commit
dc10cebde7
1 changed files with 0 additions and 6 deletions
|
@ -49,12 +49,6 @@ class BaseLLMAIOHTTPHandler:
|
|||
)
|
||||
|
||||
response: Optional[aiohttp.ClientResponse] = None
|
||||
timeout_obj = aiohttp.ClientTimeout(
|
||||
total=(
|
||||
float(timeout) if isinstance(timeout, (int, float)) else DEFAULT_TIMEOUT
|
||||
)
|
||||
)
|
||||
|
||||
if self.client_session is None:
|
||||
self.client_session = aiohttp.ClientSession()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue