(ci/cd) add more logging to timeout test

This commit is contained in:
ishaan-jaff 2024-01-23 18:36:02 -08:00
parent d00548ee5d
commit b0902f0a8c

View file

@ -963,6 +963,11 @@ def test_router_anthropic_key_dynamic():
def test_router_timeout():
litellm.set_verbose = True
from litellm._logging import verbose_logger
import logging
verbose_logger.setLevel(logging.DEBUG)
model_list = [
{
"model_name": "gpt-3.5-turbo",