Skip to content

Releases: BerriAI/litellm

v1.21.6

03 Feb 04:22
6950f99
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.21.5...v1.21.6

v1.21.5

03 Feb 03:06
Compare
Choose a tag to compare

What's Changed

⭐️ [Feat] Show correct provider in exceptions - for Mistral API, PerplexityAPI, Anyscale, XInference by @ishaan-jaff in #1765, #1776

(Thanks @dhruv-anand-aintech for the issue/help)
Exceptions for Mistral API, PerplexityAPI, Anyscale, XInference now show the correct provider name, before they would show OPENAI_API_KEY is missing when using PerplexityAI

exception:  PerplexityException - Traceback (most recent call last):
  File "/Users/ishaanjaffer/Github/litellm/litellm/llms/perplexity.py", line 349, in completion
    raise e
  File "/Users/ishaanjaffer/Github/litellm/litellm/llms/perplexity.py", line 292, in completion
    perplexity_client = perplexity(
  File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/perplexity/_client.py", line 98, in __init__
    raise perplexityError(
perplexity.perplexityError: The api_key client option must be set either by passing api_key to the client or by setting the PERPLEXITY_API_KEY environment variable

Full Changelog: v1.21.4...v1.21.5

v1.21.4

02 Feb 22:56
Compare
Choose a tag to compare

What's Changed

Screenshot 2024-02-02 at 2 28 44 PM * s3 logger - Improve filename to allow easier sorting by @Manouchehri in https://github.com//pull/1766 * fix(utils.py): override default success callbacks with dynamic callbacks if set by @krrishdholakia in https://github.com//pull/1761 * Litellm security fix allow user auth by @krrishdholakia in https://github.com//pull/1781

Full Changelog: v1.21.1...v1.21.4

v1.21.1

02 Feb 16:38
Compare
Choose a tag to compare

What's Changed

  • Allow to specify user email created via /user/new by @scampion in #1759

Full Changelog: v1.21.0...v1.21.1

v1.21.0

02 Feb 06:15
7fc03bf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.20.9...v1.21.0

v1.20.9

01 Feb 05:13
Compare
Choose a tag to compare

Ui v2.0

Admin UI is now on the Proxy Server

  • When you start the proxy you'll be able to find your admin UI link on the swagger docs
  • The UI is a Static App h/t @Manouchehri for this suggestion
  • Doc on getting started: https://docs.litellm.ai/docs/proxy/ui
  • cc @bsu3338 this change impacts you - the UI is by default on the proxy server (GIF shows how to get the UI link), let me know if you have any questions
    litellm_ui_3

Admin UI uses jwts

  • The UI never shows a Proxy API key in the URL param (we've move to jwts in the query params) cc @Manouchehri

Admin UI - Remove'd the need for setting allow_user_auth: True if user is logged in with SSO)

Full Changelog: v1.20.8...v1.20.9

v1.20.8

01 Feb 04:31
b070acd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.20.7...v1.20.8

v1.20.7

31 Jan 21:46
855d27d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.20.6...v1.20.7

v1.20.6

31 Jan 00:11
21450b9
Compare
Choose a tag to compare

What's Changed

[Feat] Set OpenAI organization for litellm.completion, Proxy Config by @ishaan-jaff in #1689

Group 198

Full Changelog: v1.20.5...v1.20.6

v1.20.5

30 Jan 17:53
c53ad87
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.20.3...v1.20.5