mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
Update litellm/proxy/proxy_server.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
97bc998943
commit
de8552d92c
1 changed files with 1 additions and 1 deletions
|
|
@ -5153,7 +5153,7 @@ async def async_data_generator(
|
|||
if hasattr(response, "aclose"):
|
||||
try:
|
||||
await response.aclose()
|
||||
except Exception as e:
|
||||
except BaseException as e:
|
||||
verbose_proxy_logger.debug(
|
||||
"async_data_generator: error closing response stream: %s",
|
||||
e,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue