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 committed Dec 13, 2023
1 parent 98181fc commit a4d753f
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 a4d753f

Please sign in to comment.