What's Changed
- (DB fix) don't run apply_db_fixes on startup by @ishaan-jaff in #6604
- LiteLLM Minor Fixes & Improvements (11/04/2024) by @krrishdholakia in #6572
- ci: remove redundant lint.yml workflow by @krrishdholakia in #6622
- LiteLLM Minor Fixes & Improvements (11/05/2024) by @krrishdholakia in #6590
- LiteLLM Minor Fixes & Improvements (11/06/2024) by @krrishdholakia in #6624
- (feat) GCS Bucket logging. Allow using IAM auth for logging to GCS by @ishaan-jaff in #6628
- Update opentelemetry_integration.md - Fix typos by @ronensc in #6618
- (fix) ProxyStartup - Check that prisma connection is healthy when starting an instance of LiteLLM by @ishaan-jaff in #6627
- Update team_budgets.md by @superpoussin22 in #6611
- (feat) Allow failed DB connection requests to allow virtual keys with
allow_failed_db_requests
by @ishaan-jaff in #6605 - fix(pattern_match_deployments.py): default to user input if unable to… by @krrishdholakia in #6646
- fix(pattern_match_deployments.py): default to user input if unable to… by @krrishdholakia in #6632
New Contributors
Full Changelog: v1.52.0...v1.52.1
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.52.1
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 ✅ | 260.0 | 292.8286898309638 | 6.110969302244283 | 0.0 | 1828 | 0 | 230.12115400001676 | 2643.3588609999674 |
Aggregated | Passed ✅ | 260.0 | 292.8286898309638 | 6.110969302244283 | 0.0 | 1828 | 0 | 230.12115400001676 | 2643.3588609999674 |