fix python 3.8 error

This commit is contained in:
Ishaan Jaff
2024-05-28 17:21:59 -07:00
parent 6688215c18
commit c6eb004ed1
+1 -1
View File
@@ -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)