Skip to content

Commit 3c3ed5e

Browse files
docs: improve README timeout comment (#964)
1 parent f3be2e5 commit 3c3ed5e

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)