We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example code snippet references an incorrect default timeout value of 60 seconds:
openai-python/README.md
Line 362 in e369566
When it's actually 10 minutes:
openai-python/src/openai/_constants.py
Lines 8 to 9 in e369566
I suggest either update code snippet comment to reflect an actual value or remove comment from the code snippet entirely.
> # default timeout is 10 minutes > DEFAULT_TIMEOUT = httpx.Timeout(timeout=600.0, connect=5.0) vs > # default is 60s
Any
openai v1.3.7
The text was updated successfully, but these errors were encountered:
I created PR to update comment in the code: #954
Sorry, something went wrong.
chore(docs): fix incorrect client var names (#955)
f696b2a
ea4a68c
No branches or pull requests
Confirm this is an issue with the Python library and not an underlying OpenAI API
Describe the bug
Example code snippet references an incorrect default timeout value of 60 seconds:
openai-python/README.md
Line 362 in e369566
When it's actually 10 minutes:
openai-python/src/openai/_constants.py
Lines 8 to 9 in e369566
I suggest either update code snippet comment to reflect an actual value or remove comment from the code snippet entirely.
To Reproduce
openai-python/README.md
Line 362 in e369566
openai-python/src/openai/_constants.py
Lines 8 to 9 in e369566
Code snippets
OS
Any
Python version
Any
Library version
openai v1.3.7
The text was updated successfully, but these errors were encountered: