From ac7785bb504eff3ebddc7251d9415a8b7146d7ab Mon Sep 17 00:00:00 2001 From: ansumanswain <142146902+ansumanswain@users.noreply.github.com> Date: Tue, 12 Dec 2023 22:58:02 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 471fd88ab1..f57c01880c 100644 --- a/README.md +++ b/README.md @@ -359,7 +359,7 @@ from openai import OpenAI # Configure the default for all requests: client = OpenAI( - # default is 60s + # default is 600s timeout=20.0, )