Merge pull request #9625 from BerriAI/litellm_mar_28_vertex_fix

Add support to Vertex AI transformation for anyOf union type with null fields
This commit is contained in:
NickGrab 2025-03-28 16:09:29 -07:00 committed by GitHub
commit 220d4c07f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 243 additions and 34 deletions

View file

@ -4,6 +4,7 @@ ROUTER_MAX_FALLBACKS = 5
DEFAULT_BATCH_SIZE = 512
DEFAULT_FLUSH_INTERVAL_SECONDS = 5
DEFAULT_MAX_RETRIES = 2
DEFAULT_MAX_RECURSE_DEPTH = 10
DEFAULT_FAILURE_THRESHOLD_PERCENT = (
0.5 # default cooldown a deployment if 50% of requests fail in a given minute
)