Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LiteLLM Minor Fixes & Improvements (10/01/2024) #6005

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Oct 1, 2024

  1. fix(proxy_server.py): fix regression for prometheus callback when usi…

    …ng 'success'/'failure' callbacks
    krrishdholakia committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b8d0246 View commit details
    Browse the repository at this point in the history
  2. feat(proxy/utils.py): expose a 'disable_schema_update' flag.

    Optional Flag - Prevents proxy from running db migrations. Only output schema diff as sql queries.
    krrishdholakia committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2cd764b View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. fix(proxy_cli.py): new flag - 'disable_prisma_schema_update' - preven…

    …ts proxy from doing db migrations, just emits sql queries
    krrishdholakia committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    676c1ea View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    36ad126 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfb5133 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ea3726 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. test: fix tests

    krrishdholakia committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    aa65257 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c64230 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a28f35f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fc8d84 View commit details
    Browse the repository at this point in the history