What's Changed
- [docs] fix links due to broken list in enterprise features by @pradhyumna85 in #6103
- (docs) key based callbacks - add info on behavior by @ishaan-jaff in #6107
- (docs) add remaining litellm settings on configs.md doc by @ishaan-jaff in #6108
- (clean up) move docker files from root to
docker
folder by @ishaan-jaff in #6109 - LiteLLM Minor Fixes & Improvements (10/07/2024) by @krrishdholakia in #6101
Full Changelog: v1.48.18...v1.48.19-stable
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.48.19-stable
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 ✅ | 160.0 | 190.24152288506397 | 6.308463142159989 | 0.0 | 1888 | 0 | 125.76214700004584 | 1885.6179009999892 |
Aggregated | Passed ✅ | 160.0 | 190.24152288506397 | 6.308463142159989 | 0.0 | 1888 | 0 | 125.76214700004584 | 1885.6179009999892 |