mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-19 00:01:29 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| dist | ||
| litellm_proxy_extras | ||
| tests | ||
| LICENSE | ||
| migration_runbook.md | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
Additional files for the proxy. Reduces the size of the main litellm package.
Currently, only stores the migration.sql files for litellm-proxy.
To install, run:
pip install litellm-proxy-extras
OR
pip install litellm[proxy] # installs litellm-proxy-extras and other proxy dependencies
To use the migrations, run:
litellm --use_prisma_migrate