mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix(caching.py): fix error logging
This commit is contained in:
parent
0afb5d6573
commit
f65005f273
2 changed files with 8 additions and 3 deletions
|
@ -412,7 +412,7 @@ async def test_cost_tracking_with_caching():
|
|||
"""
|
||||
from litellm import Cache
|
||||
|
||||
litellm.set_verbose = False
|
||||
litellm.set_verbose = True
|
||||
litellm.cache = Cache(
|
||||
type="redis",
|
||||
host=os.environ["REDIS_HOST"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue