What's Changed
- fix(utils.py): set max_retries = num_retries, if given by @krrishdholakia in #5143
- fix(litellm_logging.py): fix calling success callback w/ stream_options true by @krrishdholakia in #5145
Full Changelog: v1.43.5...v1.43.6
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.43.6
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 ✅ | 100 | 125.43108280423552 | 6.46962941703228 | 0.0 | 1936 | 0 | 81.50035599999228 | 2114.0125620000276 |
Aggregated | Passed ✅ | 100 | 125.43108280423552 | 6.46962941703228 | 0.0 | 1936 | 0 | 81.50035599999228 | 2114.0125620000276 |