From 04bbacd24f9d2d3cd0d7daaf2f4aa03b019d9252 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 1 Aug 2023 12:20:25 -0700 Subject: [PATCH] custom timeout decorator --- litellm/tests/test_exceptions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/litellm/tests/test_exceptions.py b/litellm/tests/test_exceptions.py index be1b44a34..91353540a 100644 --- a/litellm/tests/test_exceptions.py +++ b/litellm/tests/test_exceptions.py @@ -1,5 +1,5 @@ -# #### What this tests #### -# # This tests exception mapping -> trigger an exception from an llm provider -> assert if output is of the expected type +#### What this tests #### +# This tests exception mapping -> trigger an exception from an llm provider -> assert if output is of the expected type # # 5 providers -> OpenAI, Azure, Anthropic, Cohere, Replicate