We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6572ef4 commit aa133ceCopy full SHA for aa133ce
openai/__init__.py
@@ -33,6 +33,7 @@
33
Moderation,
34
)
35
from openai.error import APIError, InvalidRequestError, OpenAIError
36
+from openai.version import VERSION
37
38
if TYPE_CHECKING:
39
from aiohttp import ClientSession
@@ -62,6 +63,7 @@
62
63
) # Acts as a global aiohttp ClientSession that reuses connections.
64
# This is user-supplied; otherwise, a session is remade for each request.
65
66
+__version__ = VERSION
67
__all__ = [
68
"APIError",
69
"Audio",
0 commit comments