use separate file for create_audit_log_for_update

This commit is contained in:
Ishaan Jaff 2024-10-25 13:31:02 +04:00
parent 9fccf829b1
commit ab15028850
2 changed files with 44 additions and 0 deletions

View file

@ -194,6 +194,7 @@ from litellm.proxy.management_endpoints.team_callback_endpoints import (
)
from litellm.proxy.management_endpoints.team_endpoints import router as team_router
from litellm.proxy.management_endpoints.ui_sso import router as ui_sso_router
from litellm.proxy.management_helpers.audit_logs import create_audit_log_for_update
from litellm.proxy.openai_files_endpoints.files_endpoints import is_known_model
from litellm.proxy.openai_files_endpoints.files_endpoints import (
router as openai_files_router,