mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
fix python 3.8 error
This commit is contained in:
parent
6688215c18
commit
c6eb004ed1
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue