forked from phoenix/litellm-mirror
use directories for importing new endpoints
This commit is contained in:
parent
c6986c66cc
commit
349724a630
5 changed files with 12 additions and 6 deletions
|
@ -57,8 +57,12 @@ from litellm.proxy.proxy_server import (
|
|||
model_list,
|
||||
LitellmUserRoles,
|
||||
)
|
||||
from litellm.proxy.team_endpoints import team_info, new_team, update_team
|
||||
from litellm.proxy.spend_management_endpoints import (
|
||||
from litellm.proxy.management_endpoints.team_endpoints import (
|
||||
team_info,
|
||||
new_team,
|
||||
update_team,
|
||||
)
|
||||
from litellm.proxy.spend_reporting_endpoints.spend_management_endpoints import (
|
||||
spend_user_fn,
|
||||
spend_key_fn,
|
||||
view_spend_logs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue