From f4546c5fee21aa9ec796a24f35507ae0dedaf440 Mon Sep 17 00:00:00 2001 From: ansumanswain <142146902+ansumanswain@users.noreply.github.com> Date: Fri, 10 Nov 2023 20:32:15 +0530 Subject: [PATCH] Update README.md fixes #762 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e8bf6ecec..78a9f8e397 100644 --- a/README.md +++ b/README.md @@ -352,7 +352,7 @@ from openai import OpenAI # Configure the default for all requests: client = OpenAI( - # default is 60s + # default is 600s timeout=20.0, )