We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4508b4e commit a89d0dbCopy full SHA for a89d0db
litellm/tests/test_router_caching.py
@@ -149,7 +149,7 @@ async def test_acompletion_caching_with_ttl_on_router():
149
async def test_acompletion_caching_on_router_caching_groups():
150
# tests acompletion + caching on router
151
try:
152
- # litellm.set_verbose = True
+ litellm.set_verbose = True
153
model_list = [
154
{
155
"model_name": "openai-gpt-3.5-turbo",
0 commit comments