What's Changed
- doc - using gpt-4o-audio-preview by @ishaan-jaff in #6326
- (refactor)
get_cache_key
to be under 100 LOC function by @ishaan-jaff in #6327 - Litellm openai audio streaming by @krrishdholakia in #6325
- LiteLLM Minor Fixes & Improvements (10/18/2024) by @krrishdholakia in #6320
- LiteLLM Minor Fixes & Improvements (10/19/2024) by @krrishdholakia in #6331
- fix - unhandled jsonDecodeError in
convert_to_model_response_object
by @ishaan-jaff in #6338 - (testing) add test coverage for init custom logger class by @ishaan-jaff in #6341
Full Changelog: v1.50.0...v1.50.1-stable
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.50.1-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
Docker Run LiteLLM Proxy
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.50.1-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 ✅ | 270.0 | 297.1474404657832 | 6.054198370866852 | 0.0 | 1812 | 0 | 229.8348699999906 | 1982.3816379999926 |
Aggregated | Passed ✅ | 270.0 | 297.1474404657832 | 6.054198370866852 | 0.0 | 1812 | 0 | 229.8348699999906 | 1982.3816379999926 |