litellm/tests/test_litellm/proxy
Ishaan Jaff c59a0c9681
[Feat] UI - Allow setting cache settings on UI (#16143)
* add LiteLLM_CacheConfig

* add CacheSettingsField

* add UI cache saver

* feat add cache_settings_router

* fix schema

* fix ssl_check_hostname

* refactor into utils

* add groups for field names

* add test_connection in base cache

* add test_connection inredis and redis cluster

* feat _decrypt_db_variables

* add cache settings endpoints

* test_test_cache_connection_calls_cache_test_connection_with_params

* fix: add switch_on_llm_response_caching

* feat use CacheSettingsManager

* feat use CacheSettingsManager

* TestCacheSettingsManager

* fix update_config

* Cache Field test
2025-10-31 17:43:59 -07:00
..
_experimental/mcp_server Improve(mcp): respect X-Forwarded- headers in OAuth endpoints (#16036) 2025-10-29 19:11:32 -07:00
anthropic_endpoints
auth
client
common_utils
db attempt to avoid/minimize deadlocks (#15281) 2025-10-24 12:22:38 -07:00
experimental/mcp_server
google_endpoints
guardrails [Feature] UI - Config Guardrails should not be editable and guardrail info fix (#16142) 2025-10-31 16:29:24 -07:00
health_endpoints
hooks fix: Handle multiple rate limit types per descriptor and prevent IndexError (#16039) 2025-10-30 20:12:54 -07:00
image_endpoints
management_endpoints [Feat] UI - Allow setting cache settings on UI (#16143) 2025-10-31 17:43:59 -07:00
management_helpers
middleware
openai_files_endpoint
pass_through_endpoints fixes exception handling 2025-10-25 16:55:16 -07:00
response_api_endpoints [Fix] - Responses API - add /openai routes for responses API. (Azure OpenAI SDK Compatibility) (#15988) 2025-10-27 19:12:13 -07:00
spend_tracking Perf speed up pytest (#15951) 2025-10-27 19:43:40 -07:00
test_configs
ui_crud_endpoints [Infra] Litellm Backend SSO Changes (#16029) 2025-10-30 14:32:08 -07:00
vector_store_endpoints
__init__.py
test_batch_metadata_none_fix.py
test_caching_routes.py
test_common_request_processing.py
test_custom_proxy.py
test_fastapi_offline_routes.py
test_health_check_functions.py
test_litellm_pre_call_utils.py [Fix] Guardrails - Ensure Key Guardrails are applied (#16025) 2025-10-28 16:40:49 -07:00
test_proxy_cli.py
test_proxy_server.py [Infra] Litellm Backend SSO Changes (#16029) 2025-10-30 14:32:08 -07:00
test_proxy_types.py
test_proxy_utils.py
test_route_llm_request.py
test_shared_health_check.py
test_spend_log_cleanup.py
test_swagger_chat_completions.py
test_team_member_update.py