From 91dc9a34e52662fe493676dfac6ea408dcc58a08 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Fri, 10 Nov 2023 15:09:21 -0800 Subject: [PATCH] test(test_langfuse.py): add retries to langfuse test --- litellm/tests/test_langfuse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_langfuse.py b/litellm/tests/test_langfuse.py index a8ad8afd62d..1b5a164eb01 100644 --- a/litellm/tests/test_langfuse.py +++ b/litellm/tests/test_langfuse.py @@ -7,7 +7,7 @@ sys.path.insert(0, os.path.abspath('../..')) from litellm import completion import litellm - +litellm.num_retries = 3 litellm.success_callback = ["langfuse"] # litellm.set_verbose = True import time