Skip to content

Commit

Permalink
docs: improve README timeout comment (openai#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot authored and megamanics committed Aug 14, 2024
1 parent 532a37d commit 11876a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ from openai import OpenAI

# Configure the default for all requests:
client = OpenAI(
# default is 60s
# 20 seconds (default is 10 minutes)
timeout=20.0,
)

Expand Down

0 comments on commit 11876a3

Please sign in to comment.