We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e4085 commit 7191b71Copy full SHA for 7191b71
src/openai/__init__.py
@@ -33,6 +33,7 @@
33
)
34
from ._base_client import DefaultHttpxClient, DefaultAsyncHttpxClient
35
from ._utils._logs import setup_logging as _setup_logging
36
+from ._legacy_response import HttpxBinaryResponseContent as HttpxBinaryResponseContent
37
38
__all__ = [
39
"types",
0 commit comments