Cyclenerd / google-cloud-litellm-proxy

🚅 LiteLLM Proxy for Google Cloud Generative AI
Apache License 2.0
30 stars 3 forks source link

Bump litellm[proxy] from 1.51.0 to 1.51.3 #22

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps litellm[proxy] from 1.51.0 to 1.51.3.

Release notes

Sourced from litellm[proxy]'s releases.

v1.51.3

What's Changed

Full Changelog: https://github.com/BerriAI/litellm/compare/v1.51.2...v1.51.3

Docker Run LiteLLM Proxy

docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:main-v1.51.3

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 ✅ 200.0 220.3819331893052 6.253936592654308 0.0 1870 0 179.7343989999831 3185.1700670000014
Aggregated Passed ✅ 200.0 220.3819331893052 6.253936592654308 0.0 1870 0 179.7343989999831 3185.1700670000014

v1.51.2

What's Changed

Full Changelog: https://github.com/BerriAI/litellm/compare/v1.51.1...v1.51.2

Docker Run LiteLLM Proxy

</tr></table> 

... (truncated)

Commits
  • bac2ac2 bump: version 1.51.2 → 1.51.3
  • f79365d LiteLLM Minor Fixes & Improvements (10/30/2024) (#6519)
  • 5652c37 (feat) add XAI ChatCompletion Support (#6373)
  • 9545b0e (fix) slack alerting - don't spam the failed cost tracking alert for the same...
  • b73039b Add retry strat (#6520)
  • 2c37aad ui new build
  • cf877c8 (UI) Fix viewing members, keys in a team + added testing (#6514)
  • aa4c282 test: refactor gemini test to use mock, prevent ratelimit error
  • 03c5680 (UI) fix + test displaying number of keys an internal user owns (#6507)
  • b419170 fix ui check when budget is 0 (#6506)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)