Skip to content

Commit 1381f46

Browse files
committed
docs: improve README timeout comment (#964)
1 parent a3da019 commit 1381f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ from openai import OpenAI
362362

363363
# Configure the default for all requests:
364364
client = OpenAI(
365-
# default is 60s
365+
# 20 seconds (default is 10 minutes)
366366
timeout=20.0,
367367
)
368368

0 commit comments

Comments
 (0)