Skip to content

Commit

Permalink
docs: improve README timeout comment (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Dec 11, 2023
1 parent f3be2e5 commit 3c3ed5e
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 3c3ed5e

Please sign in to comment.