mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix test
This commit is contained in:
parent
f2570fdf00
commit
23e5f36522
1 changed files with 3 additions and 1 deletions
|
@ -167,7 +167,8 @@ from litellm.integrations.slack_alerting import SlackAlertingArgs, SlackAlerting
|
|||
from litellm.scheduler import Scheduler, FlowItem, DefaultPriorities
|
||||
|
||||
## Import All Misc routes here ##
|
||||
from caching_routes import router as caching_router
|
||||
from litellm.proxy.caching_routes import router as caching_router
|
||||
from litellm.proxy.team_endpoints import router as team_router
|
||||
|
||||
try:
|
||||
from litellm._version import version
|
||||
|
@ -12782,4 +12783,5 @@ def cleanup_router_config_variables():
|
|||
|
||||
|
||||
app.include_router(router)
|
||||
app.include_router(team_router)
|
||||
app.include_router(caching_router)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue