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 a947b4d commit 13252c4Copy full SHA for 13252c4
src/openai/_client.py
@@ -93,7 +93,7 @@ def __init__(
93
self.api_key = api_key
94
95
if organization is None:
96
- organization = os.environ.get("OPENAI_ORG_ID") or None
+ organization = os.environ.get("OPENAI_ORG_ID")
97
self.organization = organization
98
99
if base_url is None:
@@ -292,7 +292,7 @@ def __init__(
292
293
294
295
296
297
298
0 commit comments