mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-07 04:24:12 +00:00
fix python 3.8 error
This commit is contained in:
@@ -23,7 +23,7 @@ from openai.types import FileObject, Batch
|
||||
|
||||
from typing import TypedDict, List, Optional, Tuple, Mapping, IO
|
||||
|
||||
FileContent = Union[IO[bytes], bytes, PathLike[str]]
|
||||
FileContent = Union[IO[bytes], bytes, PathLike]
|
||||
|
||||
FileTypes = Union[
|
||||
# file (or bytes)
|
||||
|
||||
Reference in New Issue
Block a user