forked from phoenix/litellm-mirror
use separate file for create_audit_log_for_update
This commit is contained in:
parent
9fccf829b1
commit
ab15028850
2 changed files with 44 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue