What's Changed
- Add pyright to ci/cd + Fix remaining type-checking errors by @krrishdholakia in #6082
- LiteLLM Minor Fixes & Improvements (10/05/2024) by @krrishdholakia in #6083
- Litellm expose disable schema update flag by @krrishdholakia in #6085
Full Changelog: v1.48.16...v1.48.17-stable
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.48.17-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 ✅ | 92 | 107.17307300103636 | 6.4589942522035875 | 0.0 | 1932 | 0 | 75.81280799990964 | 2287.0391480000194 |
Aggregated | Passed ✅ | 92 | 107.17307300103636 | 6.4589942522035875 | 0.0 | 1932 | 0 | 75.81280799990964 | 2287.0391480000194 |