(ci/cd) add more logging to timeout test

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

View file

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