mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-26 01:12:21 +00:00
A batch upload naming a model on a LiteLLM-executed provider now checks that the key may call that model before the upstream server is probed for a Files API, matching the order batch create already uses. Only targets on an executed provider are checked here, so provider-model uploads keep their existing behavior. File content reads and writes move out of the storage backend into ManagedFileContentRepository, so the backend no longer queries Prisma directly. |
||
|---|---|---|
| .. | ||
| batches | ||
| files | ||
| realtime | ||
| search | ||
| __init__.py | ||
| test_base_managed_resource.py | ||
| test_base_model_iterator.py | ||
| test_managed_resource_isolation.py | ||
| test_managed_resources_utils.py | ||