Litellm dev 02 07 2025 p2 (#8377)

* fix(caching_routes.py): mask redis password on `/cache/ping` route

* fix(caching_routes.py): fix linting erro

* fix(caching_routes.py): fix linting error on caching routes

* fix: fix test - ignore mask_dict - has a breakpoint

* fix(azure.py): add timeout param + elapsed time in azure timeout error

* fix(http_handler.py): add elapsed time to http timeout request

makes it easier to debug how long request took before failing
This commit is contained in:
Krish Dholakia 2025-02-07 17:30:38 -08:00 committed by GitHub
parent 5a42be43e0
commit f651d51f26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 126 additions and 25 deletions

View file

@ -13,6 +13,7 @@ IGNORE_FUNCTIONS = [
"add_object_type",
"strip_field",
"_transform_prompt",
"mask_dict",
]