mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix(main.py): fix typing for image gen response
This commit is contained in:
parent
8a0b4f5bef
commit
661b67e71c
2 changed files with 6 additions and 4 deletions
|
@ -84,9 +84,9 @@ class AsyncHTTPHandler:
|
|||
response.raise_for_status()
|
||||
return response
|
||||
except httpx.HTTPStatusError as e:
|
||||
raise
|
||||
raise e
|
||||
except Exception as e:
|
||||
raise
|
||||
raise e
|
||||
|
||||
def __del__(self) -> None:
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue