mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
fix python3.8 error
This commit is contained in:
parent
2da89a0c8e
commit
655478e8dc
1 changed files with 1 additions and 1 deletions
|
@ -1012,7 +1012,7 @@ class ImageObject(OpenAIObject):
|
|||
class ImageResponse(OpenAIObject):
|
||||
created: Optional[int] = None
|
||||
|
||||
data: Optional[list[ImageObject]] = None
|
||||
data: Optional[List[ImageObject]] = None
|
||||
|
||||
usage: Optional[dict] = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue