mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-06 19:10:00 +00:00
a52943089b
* fix(opentelemetry.py): Fix otel proxy server initialization Fixes https://github.com/BerriAI/litellm/issues/10349#issuecomment-2902455231 * feat(router.py): allow ignoring invalid deployments on model load Prevents invalid models from preventing loading other valid models Fixes issue where on instance spin up invalid models were blocking valid models from being used * test: add additional unit testing * fix(user_api_key_auth.py): return abbreviated key in exception - make it easy to debug which key is invalid for client * docs(config_settings.md): document param * fix(user_api_key_auth.py): fix error string to match previous one
Integrations
This folder contains logging integrations for litellm
eg. logging to Datadog, Langfuse, Prometheus, s3, GCS Bucket, etc.