fix python 3.8 error
This commit is contained in:
parent
6688215c18
commit
c6eb004ed1
@ -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…
Reference in New Issue
Block a user