mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
test(test_router_caching.py): add more verbose logs
This commit is contained in:
parent
4508b4ede0
commit
a89d0db625
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue