mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-04 23:07:50 +00:00
9bfd3e4819
* fix(router.py): write file to all deployments allows unified file id to work across multiple deployments * fix(view_logs/index.tsx): show call type in request logs * fix(router.py): pass a deep copy of kwargs to avoid conflict across multiple runs * fix(batch_utils.py): broaden check * fix(router_utils.py): handle null type for function name * fix(proxy_track_cost_callback.py): fix ruff check error * fix(router.py): handle healthy_deployments as a dict * feat(managed_files.py): support encoding / decoding unified batch id … (#10711) * feat(managed_files.py): support encoding / decoding unified batch id when using managed files allows routing retrieve batch to the right model id * fix: fix linting error * test: add unit tests * fix: fix ruff check