🚨 DB Schema Update
This release contains an update to the LiteLLM_VerificationTokenTable in your db. It adds the blocked
column. This is to enable blocking/unblocking virtual keys - #5328
Line 142 in 4069942
What's Changed
- ui fix correct team not loading by @ishaan-jaff in #5804
- LiteLLM Minor Fixes & Improvements (09/19/2024) by @krrishdholakia in #5793
- [Fix] Tag Based Routing not work with wildcard routing by @ishaan-jaff in #5805
- [Fix] log update_db statement in .debug() mode by @ishaan-jaff in #5810
- [Feat-Proxy] Allow using custom sso handler by @ishaan-jaff in #5809
- refactor: cleanup root of repo by @krrishdholakia in #5813
- LiteLLM Minor Fixes & Improvements (09/20/2024) by @krrishdholakia in #5807
Full Changelog: v1.46.8...v1.47.0
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.47.0
Don't want to maintain your internal proxy? get in touch 🎉
Hosted Proxy Alpha: https://calendly.com/d/4mp-gd3-k5k/litellm-1-1-onboarding-chat
Load Test LiteLLM Proxy Results
Name | Status | Median Response Time (ms) | Average Response Time (ms) | Requests/s | Failures/s | Request Count | Failure Count | Min Response Time (ms) | Max Response Time (ms) |
---|---|---|---|---|---|---|---|---|---|
/chat/completions | Passed ✅ | 88 | 100.03539544310269 | 6.370704723833327 | 0.0 | 1907 | 0 | 70.29187699998829 | 929.6467599999687 |
Aggregated | Passed ✅ | 88 | 100.03539544310269 | 6.370704723833327 | 0.0 | 1907 | 0 | 70.29187699998829 | 929.6467599999687 |