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.19-nightly
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.20-nightly
Choose a head ref
  • 6 commits
  • 22 files changed
  • 1 contributor

Commits on Feb 27, 2025

  1. vertex ai anthropic thinking param support (#8853)

    * fix(vertex_llm_base.py): handle credentials passed in as dictionary
    
    * fix(router.py): support vertex credentials as json dict
    
    * test(test_vertex.py): allows easier testing
    
    mock anthropic thinking response for vertex ai
    
    * test(vertex_ai_partner_models/): don't remove "@" from model
    
    breaks anthropic cost calculation
    
    * test: move testing
    
    * fix: fix linting error
    
    * fix: fix linting error
    
    * fix(vertex_ai_partner_models/main.py): split @ for codestral model
    
    * test: fix test
    
    * fix: fix stripping "@" on mistral models
    
    * fix: fix test
    
    * test: fix test
    krrishdholakia authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    88eedb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9932c38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b804e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    166423d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe5ab0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b13fe5 View commit details
    Browse the repository at this point in the history
Loading