Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: staeiou/litellm

Tags

v1.74.3.rc.2

Toggle v1.74.3.rc.2's commit message
bump litellm enterprise pkg

v1.74.3.rc.1

Toggle v1.74.3.rc.1's commit message
ui new build

v1.74.3-stable-draft

Toggle v1.74.3-stable-draft's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
UI - Model Hub - refactor 'Make Public' to have a select + confirm fo…

…rm (BerriAI#12555)

* fix(model_hub_table.tsx): fix null link

* fix(model_hub_table.tsx): add tooltip on disabled make public

tell user how to enable button

* feat(model_hub_table.tsx): make Model Hub OSS

allow more teams to share available models via litellm

* fix(model_hub_table_columns.tsx): make table view only model hub view, rename 'model' column to 'public model name', make model hub url copyable

* fix(page.tsx): fix logo re-rendering

* fix(public_model_hub.tsx): fix theme

* style(public_model_hub.tsx): move filters into same card as model table

filters are for table

* fix(page.tsx): fix ui linting error

* refactor(model_hub_table.tsx): refactor public model selection to inside the 'make public' button - modal

similar flow to adding guardrails

consistent flow for doing stuff on the proxy

* style(ui/): make 'make public' modal wider, to have all filters on same horizontal axis

* style(model_hub_table.tsx): have already public models be pre-selected

* fix(model_hub_table.tsx): ensure only admin can make models public via UI

* fix: fix linting errors

* fix(model_hub_table.tsx): make model hub purpose clearer

* fix(model_hub_table_columns.tsx): fix linting error

v1.74.3-nightly

Toggle v1.74.3-nightly's commit message
ruff check ./litellm --fix

v1.74.2-nightly

Toggle v1.74.2-nightly's commit message
ci/cd new release

v1.74.1-nightly

Toggle v1.74.1-nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Resolve model group alias on Auth + `/v1/messages` Fallback support (B…

…erriAI#12440)

* fix(auth_checks.py): resolve a model group alias when key has access to underlying model

Fixes LIT-293

* feat(anthropic/): add mock_response to anthropic /v1/messages

makes it easy to test fallback logic

* fix(router.py): support fallbacks on /v1/messages

adds working fallbacks on generic api route

* refactor(router.py): point _ageneric_api_call_with_fallbacks to updated function

* test: add unit test for new helper on router

* fix(router.py): use correct metadata variable name

* fix(router.py): use correct metadata field

* docs(config_settings.md): document new param

v1.74.0-stable

Toggle v1.74.0-stable's commit message
fix test_aaaaaschema_compatibility

v1.74.0.rc.2

Toggle v1.74.0.rc.2's commit message
(Router) don't add invalid deployment to router pattern match (BerriA…

…I#12459)

* fix security - mcp

* fix(router.py): validate model provider before adding deployment to pattern

prevents routing on pattern match to invalid deployment

---------

Co-authored-by: Ishaan Jaff <[email protected]>

v1.73.6-stable.patch.1

Toggle v1.73.6-stable.patch.1's commit message
test(test_proxy_server.py): add unit test to ensure litellm asset pre…

…fix always in ui

v1.65.4.dev2

Toggle v1.65.4.dev2's commit message
fix _credentials_project_mapping