From a89d0db625d5d5fba38425f62c7437d6dff1f714 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 7 Mar 2024 08:37:00 -0800 Subject: [PATCH] test(test_router_caching.py): add more verbose logs --- litellm/tests/test_router_caching.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_router_caching.py b/litellm/tests/test_router_caching.py index 74a572c4670..1fb699c1778 100644 --- a/litellm/tests/test_router_caching.py +++ b/litellm/tests/test_router_caching.py @@ -149,7 +149,7 @@ async def test_acompletion_caching_with_ttl_on_router(): async def test_acompletion_caching_on_router_caching_groups(): # tests acompletion + caching on router try: - # litellm.set_verbose = True + litellm.set_verbose = True model_list = [ { "model_name": "openai-gpt-3.5-turbo",