Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: BerriAI/litellm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.61.0
Choose a base ref
...
head repository: BerriAI/litellm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.61.1
Choose a head ref
  • 18 commits
  • 55 files changed
  • 3 contributors

Commits on Feb 11, 2025

  1. feat(leftnav.tsx): initial commit adding guardrails tab on UI

    allow proxy admin to see currently set up guardrails
    krrishdholakia committed Feb 11, 2025
    Configuration menu
    Copy the full SHA
    892c32c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7a3e5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9359582 View commit details
    Browse the repository at this point in the history
  4. feat(guardrails.py): return specific litellm params in `/guardrails/l…

    …ist` endpoint
    
    support returning mode, default_on and guardrail name on `/guardrails/list` endpoint
    krrishdholakia committed Feb 11, 2025
    Configuration menu
    Copy the full SHA
    e9a861e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0dfcf32 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    184ee6c View commit details
    Browse the repository at this point in the history
  7. fix: fix linting error

    krrishdholakia committed Feb 11, 2025
    Configuration menu
    Copy the full SHA
    197b1db View commit details
    Browse the repository at this point in the history
  8. test: update test

    krrishdholakia committed Feb 11, 2025
    Configuration menu
    Copy the full SHA
    a552da5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b5ff15b View commit details
    Browse the repository at this point in the history
  10. Show Guardrails on UI (#8447)

    * feat(leftnav.tsx): initial commit adding guardrails tab on UI
    
    allow proxy admin to see currently set up guardrails
    
    * feat(guardrails.tsx): show configured guardrails on proxy ui
    
    '
    
    * fix(guardrails.tsx): style improvements
    
    * feat(guardrails.py): return specific litellm params in `/guardrails/list` endpoint
    
    support returning mode, default_on and guardrail name on `/guardrails/list` endpoint
    
    * fix(guardrails.tsx): show guardrail name, status, mode on ui
    
    * style(guardrails.tsx): style improvements to guardrails ui
    
    * fix: fix linting error
    
    * ci(config.yml): fix ci/cd error
    
    * test: update test
    
    * test: skip redundant test
    krrishdholakia authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    8e32713 View commit details
    Browse the repository at this point in the history
  11. Log applied guardrails on LLM API call (#8452)

    * fix(litellm_logging.py): support saving applied guardrails in logging object
    
    allows list of applied guardrails to be logged for proxy admin's knowledge
    
    * feat(spend_tracking_utils.py): log applied guardrails to spend logs
    
    makes it easy for admin to know what guardrails were applied on a request
    
    * ci(config.yml): uninstall posthog from ci/cd
    
    * test: fix tests
    
    * test: update test
    krrishdholakia authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    ce3ead6 View commit details
    Browse the repository at this point in the history
  12. Ui Fixes Teams Setting #8347 (#8353)

    * [Bug] UI: Newly created key does not display on the View Key Page (#8039)
    
    - Fixed issue where all keys appeared blank for admin users.
    - Implemented filtering of data via team settings to ensure all keys are displayed correctly.
    
    * Fix:
    - Updated the validator to allow model editing when `keyTeam.team_alias === "Default Team"`.
    - Ensured other teams still follow the original validation rules.
    
    * - added some classes in global.css
    - added text wrap in output of request,response and metadata in index.tsx
    - fixed styles of table in table.tsx
    
    * - added full payload when we open single log entry
    - added Combined Info Card in index.tsx
    
    * fix: keys not showing on refresh for internal user
    
    * fix: btns and input fix
    tahaali-dev authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    727283a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ac14cfc View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. (UI) allow adding model aliases for teams (#8471)

    * update team info endpoint
    
    * clean up model alias
    
    * fix model alias
    
    * fix model alias card
    
    * clean up naming on docs
    
    * fix model alias card
    
    * fix _model_in_team_aliases
    
    * fix key_model_access_denied
    
    * test_can_key_call_model_with_aliases
    
    * fix test_aview_spend_per_user
    ishaan-jaff authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    5cd20d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1dd0f6 View commit details
    Browse the repository at this point in the history
  3. (round 4 fixes) - Team model alias setting (#8474)

    * update team info endpoint
    
    * clean up model alias
    
    * fix model alias
    
    * fix model alias card
    
    * clean up naming on docs
    
    * fix model alias card
    
    * fix _model_in_team_aliases
    
    * team alias - fix litellm.model_alias_map
    
    * fix _update_model_if_team_alias_exists
    
    * fix test_aview_spend_per_user
    
    * Test model alias functionality with teams:
    
    * complete e2e test
    
    * test_update_model_if_team_alias_exists
    ishaan-jaff authored Feb 12, 2025
    Configuration menu
    Copy the full SHA
    8110989 View commit details
    Browse the repository at this point in the history
  4. ui new build

    ishaan-jaff committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    946c664 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e58ae0 View commit details
    Browse the repository at this point in the history
Loading