forked from phoenix/litellm-mirror
(ci/cd) add more logging to timeout test
This commit is contained in:
parent
d00548ee5d
commit
b0902f0a8c
1 changed files with 5 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue