test(test_router_caching.py): add more verbose logs

This commit is contained in:
Krrish Dholakia 2024-03-07 08:37:00 -08:00
parent 4508b4ede0
commit a89d0db625

View file

@ -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",