mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-27 01:22:18 +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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_azure_blob_storage_backend.py | ||
| test_litellm_db_storage_backend.py | ||
| test_storage_backend_factory.py | ||