From 5d6954895fdfff811fe496cb7fefc12602ea1d1c Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Sat, 30 Dec 2023 11:07:52 +0530 Subject: [PATCH] (fix) timeout optional param --- litellm/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/utils.py b/litellm/utils.py index 0de060d9c..2cb1b9e64 100644 --- a/litellm/utils.py +++ b/litellm/utils.py @@ -2928,7 +2928,7 @@ def get_optional_params( "max_retries": None, "logprobs": None, "top_logprobs": None, - "timeout": None, + "timeout": 600, } # filter out those parameters that were passed with non-default values non_default_params = {